LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
LeadtoolsException Class
See Also  Members  
Leadtools Namespace : LeadtoolsException Class



Base class for all exception classes thrown by LEADTOOLS. Supported in Silverlight, Windows Phone 7

Object Model

LeadtoolsException Class

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public MustInherit Class LeadtoolsException 
   Inherits System.Exception
   Implements _ExceptionISerializable 
Visual Basic (Usage)Copy Code
Dim instance As LeadtoolsException
C# 
[SerializableAttribute()]
public abstract class LeadtoolsException : System.Exception, _ExceptionISerializable  
C++/CLI 
[SerializableAttribute()]
public ref class LeadtoolsException abstract : public System.Exception, _ExceptionISerializable  

Example

For an example, refer to RasterException

Remarks

The LeadtoolsException 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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also