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