Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 
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 functionality 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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also