←Select platform

GetCodeMessage Method

Summary

Gets the error string that corresponds to a specific RasterExceptionCode.

Syntax

C#
VB
Java
C++
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 
)  

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly