Accusoft.TwainProSdk Namespace > OperationCancelledException Class : OperationCancelledException Constructor |
Overload | Description |
---|---|
OperationCancelledException Constructor() | An exception generated for an operation cancelled error. |
OperationCancelledException Constructor(Int32) | Generated exception for an operation cancelled error with a given error number. |
OperationCancelledException Constructor(String) | Generated exception for an operation cancelled error with a given string. |
OperationCancelledException Constructor(Int32,String) | Generated exception for an operation cancelled error with a given error number and message. |
OperationCancelledException Constructor(String,Exception) | Generated exception for an operation cancelled error with a given message and inner exception. |