LEADTOOLS (Leadtools assembly)

GetCodeMessage Method

Show in webframe







A RasterExceptionCode value to get the string message for.
Gets the error string that corresponds to a specific RasterExceptionCode.
Syntax
public static string GetCodeMessage( 
   RasterExceptionCode code
)
'Declaration
 
Public Shared Function GetCodeMessage( _
   ByVal code As RasterExceptionCode _
) As String
'Usage
 
Dim code As RasterExceptionCode
Dim value As String
 
value = RasterException.GetCodeMessage(code)
public static string GetCodeMessage( 
   RasterExceptionCode code
)

            
static public String getCodeMessage(RasterExceptionCode code)
 function Leadtools.RasterException.GetCodeMessage( 
   code 
)
public:
static String^ GetCodeMessage( 
   RasterExceptionCode code
) 

Parameters

code
A RasterExceptionCode value to get the string message for.

Return Value

A System.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

See Also

Reference

RasterException Class
RasterException Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.