Leadtools.Barcode Namespace : BarcodeException Class |
public class BarcodeException : Leadtools.LeadtoolsException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable
'Declaration Public Class BarcodeException Inherits Leadtools.LeadtoolsException Implements System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable
'Usage Dim instance As BarcodeException
public sealed class BarcodeException : System.Runtime.InteropServices._Exception, ~Remove~
@interface LTBarcodeErrorHelper : NSObject
public class BarcodeException extends LeadtoolsException
function Leadtools.Barcode.BarcodeException()
public ref class BarcodeException : public Leadtools.LeadtoolsException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable
The BarcodeException class defines a Code property that you can examine to determine what caused the error.
Default messages are implemented for each Code, however you can modify any message using the GetCodeMessage and SetCodeMessage methods.