![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > BarcodeException Class : GetCodeMessage Method |
public static string GetCodeMessage( BarcodeExceptionCode code )
'Declaration
Public Shared Function GetCodeMessage( _ ByVal code As BarcodeExceptionCode _ ) As String
'Usage
Dim code As BarcodeExceptionCode Dim value As String value = BarcodeException.GetCodeMessage(code)
public static string GetCodeMessage( BarcodeExceptionCode code )
+ (NSString*)getCodeMessage:(LTBarcodeError)code;
public static String getCodeMessage(BarcodeExceptionCode code)
function Leadtools.Barcode.BarcodeException.GetCodeMessage( code )
public: static String^ GetCodeMessage( BarcodeExceptionCode 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.