Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
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 |
InnerException | inner |