TwainException Constructor(TwainExceptionCode)

Summary

Initializes a new instance of the TwainException class with its Message string set to the default message that corresponds to

code and its inner exception set to a null reference (Nothing in VB).

Syntax
C#
VB
C++
Public Function New( _ 
   ByVal code As TwainExceptionCode _ 
) 
public: 
TwainException(  
   TwainExceptionCode code 
) 

Parameters

code
An TwainExceptionCode that specifies what caused this exception.

Remarks

The TwainException class contains an internal list of messages that correspond to each TwainExceptionCode value. This constructor initializes the Message property of the new instance with the corresponding string for code.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly