LEADTOOLS WIA (Leadtools.Wia assembly)

Code Property

Show in webframe





Gets or sets the code that caused this exception.
Syntax
public WiaExceptionCode Code {get; set;}
'Declaration
 
Public Property Code As WiaExceptionCode
'Usage
 
Dim instance As WiaException
Dim value As WiaExceptionCode
 
instance.Code = value
 
value = instance.Code

            

            
public:
property WiaExceptionCode Code {
   WiaExceptionCode get();
   void set (    WiaExceptionCode value);
}

Property Value

An WiaExceptionCode value that specifies what caused this exception.
Example
For an example, refer to WiaException
Requirements

Target Platforms

See Also

Reference

WiaException Class
WiaException Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.