Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public MustInherit Class LeadtoolsException Inherits Exception |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[SerializableAttribute()] public abstract class LeadtoolsException : Exception |
C++/CLI | |
---|---|
[SerializableAttribute()] public ref class LeadtoolsException abstract : public Exception |
For an example, refer to RasterException
The Exception is an abstract class that provide common functionality for all the exception classes used in LEADTOOLS
such as RasterException.
System.Object
System.Exception
Leadtools.LeadtoolsException
Leadtools.RasterException
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family