Leadtools Namespace > RasterException Class > RasterException Constructor : RasterException Constructor(String,Exception) |
'Usage Dim message As String Dim inner As Exception Dim instance As New RasterException(message, inner)
public RasterException( String message, RuntimeException inner )
public: RasterException( String^ message, Exception^ inner )
This constructor initializes the member of the class as follows:
Member | Value |
---|---|
Message | message |
Code | RasterExceptionCode.Success |
System.Exception.InnerException | inner |