Accusoft.ISISXpressSdk Namespace > SettingUnavailableException Class : SettingUnavailableException Constructor |
Overload | Description |
---|---|
SettingUnavailableException Constructor() | The main constructor for the SettingUnavailableException class to throw when the setting is not available. |
SettingUnavailableException Constructor(Int32) | A SettingUnavailableException which allows passing in an error number. |
SettingUnavailableException Constructor(String) | A SettingUnavailableException which allows passing in an error message. |
SettingUnavailableException Constructor(Int32,String) | A SettingUnavailableException which allows passing in an error number and an error message. |
SettingUnavailableException Constructor(String,Exception) | A SettingUnavailableException which allows passing in an error message and an inner exception. |