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




The exception that is thrown when a LEADTOOLS error occurs.

Syntax

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

Remarks

The RasterException class defines a Code property that you can examine to determine what caused the error.

Default messages are implemented for each Code, you can get the message through the GetCodeMessage method.

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