Initializes a new instance of the TwainException class with its Message string set to the default message that corresponds to
public TwainException(
TwainExceptionCode code
)
Public Function New( _
ByVal code As Leadtools.Twain.TwainExceptionCode _
)
public:
TwainException(
Leadtools.Twain.TwainExceptionCode code
)
code
An TwainExceptionCode that specifies what caused this exception.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET