| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Code As RasterExceptionType | |
| Visual Basic (Usage) | Copy 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.For an example, refer to RasterException.
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code