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,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 |
InnerException | null reference. |