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