| Leadtools Namespace > RasterException Class > RasterException Constructor : RasterException Constructor(String,RasterExceptionCode) |




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
)
public: RasterException( String^ message, RasterExceptionCode code )
This constructor initializes the class as follows:
| Member | Value |
|---|---|
| Message | message |
| Code | code |
| System.Exception.InnerException | Null reference (Nothing in Visual Basic). |