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



The exception that is thrown when an error occurs inside LEADTOOLS.

Syntax

Visual Basic (Declaration) 
Public Class RasterException 
   Inherits ApplicationException
   Implements _ExceptionISerializable 
Visual Basic (Usage)Copy Code
Dim instance As RasterException
C# 
public class RasterException : ApplicationException, _ExceptionISerializable  
C++/CLI 
public ref class RasterException : public ApplicationException, _ExceptionISerializable  

Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         Leadtools.RasterException

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also