LEADTOOLS (Leadtools assembly)

Code Property

Show in webframe







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)
            
 
get_Code();
set_Code(value);
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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.