C#
VB
Java
C++
Gets the error string that corresponds to a specific RasterExceptionCode.
public static string GetCodeMessage(
RasterExceptionCode code
)
Public Shared Function GetCodeMessage( _
ByVal code As Leadtools.RasterExceptionCode _
) As String
static public String getCodeMessage(RasterExceptionCode code)
public:
static String^ GetCodeMessage(
Leadtools.RasterExceptionCode code
)
code
A RasterExceptionCode value to get the string message for.
A String that contains the current message for code
By default, RasterException has a string message for each RasterExceptionCode. GSet this message by calling this method.
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