| Leadtools Namespace > RasterException Class > RasterException Constructor : RasterException Constructor(String) |
'Usage Dim message As String Dim instance As New RasterException(message)
public RasterException(String message)
function RasterException( message )
This constructor initializes the member of the class as follows:
| Member | Value |
|---|---|
| Message | message |
| Code | RasterExceptionCode.Success |
| System.Exception.InnerException | Null reference (Nothing in Visual Basic). |