C#
VB
Java
WinRT C#
C++
Initializes a new instance of the RasterException class with a LEADTOOLS exception code.
public RasterException(
RasterExceptionCode code
)
Public Function New( _
ByVal code As Leadtools.RasterExceptionCode _
)
public RasterException(
Leadtools.RasterExceptionCode code
)
public RasterException(RasterExceptionCode code)
function RasterException(
code
)
public:
RasterException(
Leadtools.RasterExceptionCode code
)
code
A RasterExceptionCode that specifies what caused this exception.
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. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET