Changes the error string that is associated with the specified BarcodeExceptionCode.
public static void SetCodeMessage(
BarcodeExceptionCode code,
string message
)
Public Shared Sub SetCodeMessage( _
ByVal code As Leadtools.Barcode.BarcodeExceptionCode, _
ByVal message As String _
)
public:
static void SetCodeMessage(
Leadtools.Barcode.BarcodeExceptionCode code,
String^ message
)
code
The exception code for which to change its message string.
message
New message string.
By default, BarcodeException has a string message for each member of the BarcodeExceptionCode enumeration. To get the current (or default) error string associated with a BarcodeExceptionCode enumeration member, use GetCodeMessage.
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