Class ConfigurationException
Represents an exception based upon invalid configuration.
Inheritance
System.Object
System.Exception
ConfigurationException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
Namespace: Monai.Deploy.InformaticsGateway.Configuration
Assembly: Monai.Deploy.InformaticsGateway.Configuration.dll
Syntax
public class ConfigurationException : Exception, ISerializable
Constructors
| Improve this Doc View SourceConfigurationException()
Declaration
public ConfigurationException()
ConfigurationException(String)
Declaration
public ConfigurationException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
ConfigurationException(String, Exception)
Declaration
public ConfigurationException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | innerException |
Implements
System.Runtime.Serialization.ISerializable