The BarcodeException Class includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
The exception that is thrown when a Barcode error occurs.Visual Basic (Declaration) | |
---|---|
Public Class BarcodeException Inherits Leadtools.LeadtoolsException Implements _Exception, ISerializable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As BarcodeException |
C# | |
---|---|
public class BarcodeException : Leadtools.LeadtoolsException, _Exception, ISerializable |
C++/CLI | |
---|---|
public ref class BarcodeException : public Leadtools.LeadtoolsException, _Exception, 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.
System.Object
System.Exception
Leadtools.LeadtoolsException
Leadtools.Barcode.BarcodeException
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7