Retrieves the error string that is associated with the specified BarcodeExceptionCode.
public static string GetCodeMessage(
BarcodeExceptionCode code
)
Public Shared Function GetCodeMessage( _
ByVal code As Leadtools.Barcode.BarcodeExceptionCode _
) As String
public static string GetCodeMessage(
Leadtools.Barcode.BarcodeExceptionCode code
)
+ (NSString*)getCodeMessage:(LTBarcodeError)code;
public static String getCodeMessage(BarcodeExceptionCode code)
function Leadtools.Barcode.BarcodeException.GetCodeMessage(
code
)
public:
static String^ GetCodeMessage(
Leadtools.Barcode.BarcodeExceptionCode code
)
code
The exception code for which to retrieve its message string.
A String that contains the current message for code.
By default, BarcodeException has a string message for each member of the BarcodeExceptionCode enumeration. To change the error string that corresponds to a BarcodeExceptionCode enumeration member, use SetCodeMessage.
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