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