←Select platform

Code Property

Summary

Gets or sets the code that caused this exception.

Syntax
C#
VB
C++
Java
public RasterExceptionCode Code { get; set; } 
Public Property Code As RasterExceptionCode 
public RasterExceptionCode getCode() 
public void setCode(RasterExceptionCode value) 
public: 
property RasterExceptionCode Code { 
   RasterExceptionCode get(); 
   void set (    RasterExceptionCode ); 
} 

Property Value

A RasterExceptionCode value that specifies what caused this exception.

Example

For an example, refer to RasterException

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly