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