Leadtools TWAIN (Leadtools.Twain assembly)

Code Property

Show in webframe





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

            

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

Property Value

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

Target Platforms

See Also

Reference

TwainException Class
TwainException Members

 

 


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