Initializes a new instance of the BarcodeException class with its Message string set to the default message that corresponds to
public BarcodeException(
Leadtools.Barcode.Deprecated.BarcodeExceptionCode code
)
Public Function New( _
ByVal code As Leadtools.Barcode.Deprecated.BarcodeExceptionCode _
)
public:
BarcodeException(
Leadtools.Barcode.Deprecated.BarcodeExceptionCode code
)
code
flag that indicates the code caused the exception.
The BarcodeException class contains an internal list of messages that correspond to each BarcodeExceptionCode value. This constructor initializes the Message property of the new instance with the corresponding string for 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