←Select platform

GetCodeMessage Method

Summary
Gets the error string that corresponds to a specific RasterExceptionCode.
Syntax
C#
C++/CLI
Java
Python
public static string GetCodeMessage( 
   RasterExceptionCode code 
) 
public static java.lang.String getCodeMessage( 
   RasterExceptionCode code 
); 
public: 
static String^ GetCodeMessage(  
   RasterExceptionCode code 
)  
def GetCodeMessage(self,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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

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