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


The following tables list the members exposed by RasterException.

Public Constructors

 NameDescription
Public ConstructorRasterException ConstructorOverloaded.  Initializes a new instance of the RasterException class with its Message string set to the empty string (""), its Code set to RasterExceptionCode.Success and its inner exception set to a null reference (Nothing in Visual Basic).  
Top

Public Properties

 NameDescription
Public PropertyCode Gets or sets the code that caused this exception.  
Public PropertyData (Inherited from System.Exception)
Public PropertyHelpLink (Inherited from System.Exception)
Public PropertyInnerException (Inherited from System.Exception)
Public PropertyMessageOverridden.  Gets a message that describes the current exception.  
Public PropertySource (Inherited from System.Exception)
Public PropertyStackTrace (Inherited from System.Exception)
Public PropertyTargetSite (Inherited from System.Exception)
Top

Protected Properties

 NameDescription
Protected PropertyHResult (Inherited from System.Exception)
Top

Public Methods

 NameDescription
Public MethodGetBaseException (Inherited from System.Exception)
Public Methodstatic (Shared in Visual Basic)GetCodeMessage Gets the error string that corresponds to a specific RasterExceptionCode  
Public MethodGetObjectDataOverridden.  When overridden in a derived class, sets the SerializationInfo with information about the exception.  
Public MethodGetType (Inherited from System.Exception)
Public MethodToString (Inherited from System.Exception)
Top

See Also