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