BuildProcessing.BuildSettingsConfigurationException Class
Exception thrown if there is a problem with a build settings configuration. More...
Public Member Functions | |
BuildSettingsConfigurationException (string message, Exception innerException=null) | |
Instantiates a new instance of the BuildSettingsConfigurationException exception. More... | |
BuildSettingsConfigurationException (string format, Exception innerException, params object[] formatArgs) | |
Instantiates a new instance of the BuildSettingsConfigurationException exception. More... | |
Detailed Description
Exception thrown if there is a problem with a build settings configuration.
Constructor & Destructor Documentation
◆ BuildSettingsConfigurationException() [1/2]
| inline |
Instantiates a new instance of the BuildSettingsConfigurationException exception.
- Parameters
message Error message. innerException Optional wrapped exception.
◆ BuildSettingsConfigurationException() [2/2]
| inline |
Instantiates a new instance of the BuildSettingsConfigurationException exception.
- Parameters
format Error message format. innerException Optional wrapped exception. formatArgs Error message parameters.