Accusoft.TwainPro8.Net
DataSourceInvalidOperationException Class
Members  See Also  Send Feedback
Accusoft.TwainProSdk Namespace : DataSourceInvalidOperationException Class




Glossary Item Box

This exception is thrown if the Data Source performs an operation that caused an exception.

Object Model

DataSourceInvalidOperationException Class

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Remarks

This error is a critical error. If this error is received then the application should be terminated immediately. No other TwainPRO calls should be made after this error is received. This does give the application the chance to do any non-TWAIN clean-up processing as well as inform the user that a critical error has occurred.

Possible causes:

The Data Source TWAIN driver executed an illegal operation, such as an illegal memory access, a divide by zero, etc.

Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         Accusoft.TwainProSdk.TwainProException
            Accusoft.TwainProSdk.DataSourceInvalidOperationException

See Also

©2013. Accusoft Corporation. All Rights Reserved.