Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

RasterException Constructor(String,RasterExceptionCode)








A String that describes the error. The content of message is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.
A RasterExceptionCode that specifies what caused this exception.
Initializes a new instance of the RasterException class with a message and LEADTOOLS exception code.
Syntax
public RasterException( 
   string message,
   RasterExceptionCode code
)
'Declaration
 
Public Function New( _
   ByVal message As String, _
   ByVal code As RasterExceptionCode _
)
'Usage
 
Dim message As String
Dim code As RasterExceptionCode
 
Dim instance As New RasterException(message, code)
public RasterException( 
   string message,
   RasterExceptionCode code
)
public RasterException(
  String message, 
  RasterExceptionCode code
)
            
function RasterException( 
   message ,
   code 
)
public:
RasterException( 
   String^ message,
   RasterExceptionCode code
)

Parameters

message
A String that describes the error. The content of message is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.
code
A RasterExceptionCode that specifies what caused this exception.
Remarks
A RasterExceptionCode that specifies what caused this exception.

This constructor initializes the class as follows:

Member Value
Message message
Code code
InnerException null reference.
Requirements

Target Platforms

See Also

Reference

RasterException Class
RasterException Members
Overload List

Error processing SSI file