Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
Code Property
See Also 
Leadtools Namespace > RasterException Class : Code Property



Gets a value indicating the error associated with this RasterException.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Code As RasterExceptionType
Visual Basic (Usage)Copy Code
Dim instance As RasterException
Dim value As RasterExceptionType
 
value = instance.Code
C# 
public RasterExceptionType Code {get;}
C++/CLI 
public:
property RasterExceptionType Code {
   RasterExceptionType get();
}

Return Value

An RasterExceptionType indictating the error associated with this RasterException.

Example

For an example, refer to RasterException.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also