C#
VB
Java
WinRT C#
C++
Gets or sets the code that caused this exception.
public RasterExceptionCode Code { get; set; }
Public Property Code As Leadtools.RasterExceptionCode
public Leadtools.RasterExceptionCode Code {get; set;}
public RasterExceptionCode getCode()
public void setCode(RasterExceptionCode value)
<br/>get_Code();<br/>set_Code(value);<br/>Object.defineProperty('Code');
public:
property Leadtools.RasterExceptionCode Code {
Leadtools.RasterExceptionCode get();
void set ( Leadtools.RasterExceptionCode );
}
A RasterExceptionCode value that specifies what caused this exception.
For an example, refer to RasterException
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