Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
LeadtoolsException Class
See Also  Members  
Leadtools Namespace : LeadtoolsException Class




Base class for all exception classes thrown by LEADTOOLS.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public MustInherit Class LeadtoolsException 
   Inherits Exception
Visual Basic (Usage)Copy Code
Dim instance As LeadtoolsException
C# 
[SerializableAttribute()]
public abstract class LeadtoolsException : Exception 
Managed Extensions for C++ 
[SerializableAttribute()]
public __gc abstract class LeadtoolsException : public Exception 
C++/CLI 
[SerializableAttribute()]
public ref class LeadtoolsException abstract : public Exception 

Example

For an example, refer to RasterException

Remarks

The Exception is an abstract class that provide common functionlity for all the exception classes used in LEADTOOLS such as RasterException.

Inheritance Hierarchy

System.Object
   System.Exception
      Leadtools.LeadtoolsException
         Leadtools.RasterException

Requirements

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

See Also