Accusoft.ISISXpressSdk Namespace > ConfigFileException Class : ConfigFileException Constructor |
Overload | Description |
---|---|
ConfigFileException Constructor() | The main constructor for the ConfigFileException to throw when there is a problem with the configuration file. |
ConfigFileException Constructor(Int32) | A ConfigFileException which allows passing in an error number. |
ConfigFileException Constructor(String) | A ConfigFileException which allows passing in an error message. |
ConfigFileException Constructor(Int32,String) | A ConfigFileException which allows passing in an error number and an error message. |
ConfigFileException Constructor(String,Exception) | A ConfigFileException which allows passing in an error message and an inner exception. |