LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Code Property






Gets or sets the code that caused this exception. .NET support Silverlight support WinRT support
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;}
 get_Code();
set_Code(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterException Class
RasterException Members

 

 


Products | Support | Contact Us | Copyright Notices

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