←Select platform

GetCodeMessage Method

Summary
Gets the error string that corresponds to a specific RasterExceptionCode.
Syntax
C#
VB
C++
Java
public static string GetCodeMessage( 
   RasterExceptionCode code 
) 
Public Shared Function GetCodeMessage( _ 
   ByVal code As RasterExceptionCode _ 
) As String 
static public String getCodeMessage(RasterExceptionCode code) 
public: 
static String^ GetCodeMessage(  
   RasterExceptionCode code 
)  

Parameters

code
A RasterExceptionCode value to get the string message for.

Return Value

A String that contains the current message for code

Remarks

By default, RasterException has a string message for each RasterExceptionCode. GSet this message by calling this method.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.