Error processing SSI file
Leadtools TWAIN (Leadtools.Twain assembly)

Show in webframe

Code Property






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

Error processing SSI file