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(RasterExceptionCode) |
public RasterException( RasterExceptionCode code )
'Declaration
Public Function New( _ ByVal code As RasterExceptionCode _ )
'Usage
Dim code As RasterExceptionCode Dim instance As New RasterException(code)
public RasterException( RasterExceptionCode code )
public RasterException(RasterExceptionCode code)
function RasterException( code )
public: RasterException( RasterExceptionCode code )
This constructor initializes the class as follows:
Member | Value |
---|---|
Message | An error string that specifies the error automatically populated by the class. |
Code | code |
InnerException | null reference. |