Leadtools.Barcode.Deprecated 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~
function Leadtools.Barcode.Deprecated.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.