|
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() |
public RasterException()
'Declaration
Public Function New()
'Usage
Dim instance As New RasterException()
public RasterException()
public RasterException()
function RasterException()
public:
RasterException();
This constructor initializes the class as follows:
| Member | Value |
|---|---|
| Message | An empty string. |
| Code | RasterExceptionCode.Success |
| InnerException | null reference. |