Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

RasterException Constructor(RasterExceptionCode)








A RasterExceptionCode that specifies what caused this exception.
Initializes a new instance of the RasterException class with a LEADTOOLS exception code.
Syntax
public RasterException( 
   RasterExceptionCode code
)
'Declaration
 
Public Function New( _
   ByVal code As RasterExceptionCode _
)
'Usage
 
Dim code As RasterExceptionCode
 
Dim instance As New RasterException(code)
public RasterException( 
   RasterExceptionCode code
)
public RasterException(RasterExceptionCode code)
function RasterException( 
   code 
)
public:
RasterException( 
   RasterExceptionCode code
)

Parameters

code
A RasterExceptionCode that specifies what caused this exception.
Remarks

This constructor initializes the class as follows:

Member Value
Message An error string that specifies the error automatically populated by the class.
Code code
InnerException null reference.
Requirements

Target Platforms

See Also

Reference

RasterException Class
RasterException Members
Overload List

Error processing SSI file