Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Code Property








Gets or sets the code that caused this exception.
Syntax
public RasterExceptionCode Code {get; set;}
'Declaration
 
Public Property Code As RasterExceptionCode
'Usage
 
Dim instance As RasterException
Dim value As RasterExceptionCode
 
instance.Code = value
 
value = instance.Code
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);
}

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