Overload | Description |
---|---|
ConfigurationsException Constructor() | create a general configuration error |
ConfigurationsException Constructor(ErrorConfigurationElement) | Create a general configuration error and shows the item that was mis configured |
ConfigurationsException Constructor(String,ErrorConfigurationElement) | Create a general configuration error and shows the item that was mis configured and why |
ConfigurationsException Constructor(String,Exception,ErrorConfigurationElement) | Create a general configuration error and shows the item that was mis configured and why |
ConfigurationsException Constructor(String) | Initializes a new instance of the ConfigurationsException class. |
ConfigurationsException Constructor(String,Exception) | Initializes a new instance of the ConfigurationsException class. |