Visual Basic (Declaration) | |
---|---|
Public Class BarcodeException Inherits LeadtoolsException |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class BarcodeException : LeadtoolsException |
Managed Extensions for C++ | |
---|---|
public __gc class BarcodeException : public LeadtoolsException |
C++/CLI | |
---|---|
public ref class BarcodeException : public LeadtoolsException |
For an example, refer to BarcodeEngine.Read example.
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 through the GetCodeMessage and SetCodeMessage methods.
System.Object
System.Exception
Leadtools.LeadtoolsException
Leadtools.Barcode.BarcodeException
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family