←Select platform

BarcodeException Constructor(string,BarcodeExceptionCode)

Summary

Initializes a new instance of the BarcodeException class with a specified error message and error code.

Syntax
C#
VB
C++
Java
Public Function New( _ 
   ByVal message As String, _ 
   ByVal code As BarcodeExceptionCode _ 
) 
public BarcodeException( 
  String message,  
  BarcodeExceptionCode code 
) 
public: 
BarcodeException(  
   String^ message, 
   BarcodeExceptionCode code 
) 

Parameters

message
The error message that explains the reason for the exception.

code
Error code.

Remarks

This constructor initializes a new BarcodeException class with the Message property set to message and the Code property set to code.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly