| Visual Basic (Declaration) | |
|---|---|
Public Class BarcodeException Inherits Exception Implements _Exception, ISerializable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public class BarcodeException : Exception, _Exception, ISerializable | |
| C++/CLI | |
|---|---|
public ref class BarcodeException : public Exception, _Exception, ISerializable | |
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.
System.Object
System.Exception
Leadtools.Barcode.BarcodeException
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code