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