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