Error processing SSI file
LEADTOOLS (Leadtools assembly)

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

Code Property








Gets or sets the code that caused this exception.
Syntax
public RasterExceptionCode Code {get; set;}
public RasterExceptionCode Code {get; set;}
public RasterExceptionCode getCode()
public void setCode(RasterExceptionCode value)
            
 <br/>get_Code();<br/>set_Code(value);<br/>Object.defineProperty('Code'); 
public:
property RasterExceptionCode Code {
   RasterExceptionCode get();
   void set (    RasterExceptionCode value);
}
'Declaration
 
Public Property Code As RasterExceptionCode
 
'Usage
 
Dim instance As RasterException
Dim value As RasterExceptionCode
 
instance.Code = value
 
value = instance.Code

Property Value

A RasterExceptionCode value that specifies what caused this exception.
Example
For an example, refer to RasterException
Requirements

Target Platforms

See Also

Reference

RasterException Class
RasterException Members

Error processing SSI file