Initializes a new instance of the BarcodeException class with a specified error message and error code.
public BarcodeException(
string message,
BarcodeExceptionCode code
)
Public Function New( _
ByVal message As String, _
ByVal code As Leadtools.Barcode.BarcodeExceptionCode _
)
public BarcodeException(
string message,
Leadtools.Barcode.BarcodeExceptionCode code
)
function BarcodeException(
message ,
code
)
public:
BarcodeException(
String^ message,
Leadtools.Barcode.BarcodeExceptionCode code
)
message
The error message that explains the reason for the exception.
code
Error code.
This constructor initializes a new BarcodeException class with the Message property set to message and the Code property set to code.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET