Retrieves the error string that corresponds the value of the Code property.
public static string GetCodeMessage(
Leadtools.Barcode.Deprecated.BarcodeExceptionCode code
)
Public Shared Function GetCodeMessage( _
ByVal code As Leadtools.Barcode.Deprecated.BarcodeExceptionCode _
) As String
public:
static String^ GetCodeMessage(
Leadtools.Barcode.Deprecated.BarcodeExceptionCode code
)
code
Flag that indicates the exception code for which to retrieve its message string.
A character string to be updated with the current message for code.
By default, BarcodeException has a string message for each flag of the BarcodeExceptionCode. To change the error string that corresponds to the Code property value, call the SetCodeMessage method.
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