Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Class PrinterDriverException Inherits LeadtoolsException |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[SerializableAttribute()] public class PrinterDriverException : LeadtoolsException |
C++/CLI | |
---|---|
[SerializableAttribute()] public ref class PrinterDriverException : public LeadtoolsException |
For an example, refer to Install example.
The PrinterDriverException class defines a Code property that you can examine to determine what caused the error.
Default messages are implemented for each Code, you can however modify any message through the GetCodeMessage and SetCodeMessage methods.
System.Object
System.Exception
Leadtools.LeadtoolsException
Leadtools.Printer.PrinterDriverException
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family