Accusoft.ISISXpressSdk Namespace > InvalidSettingException Class : InvalidSettingException Constructor |
Overload | Description |
---|---|
InvalidSettingException Constructor() | The main constructor for the InvalidSettingException class to be thrown when there is an invalid scanner setting. |
InvalidSettingException Constructor(Int32) | An InvalidSettingException which allows passing in an error number. |
InvalidSettingException Constructor(String) | An InvalidSettingException which allows passing in an error message. |
InvalidSettingException Constructor(Int32,String) | An InvalidSettingException which allows passing in an error number and an error message. |
InvalidSettingException Constructor(String,Exception) | An InvalidSettingException which allows passing in an error message and an inner exception. |