Class ConfigurationException
The exception that is thrown when an OpenID configuration error occurs.
Namespace: ComponentSpace.OpenID.Exceptions
Assembly: ComponentSpace.OpenID.dll
Syntax
public class ConfigurationException : OpenIDException
Constructors
ConfigurationException()
Initializes a new instance of the ConfigurationException
class.
Declaration
public ConfigurationException()
ConfigurationException(String)
Initializes a new instance of the ConfigurationException
class.
Declaration
public ConfigurationException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The error message. |
ConfigurationException(String, Exception)
Initializes a new instance of the ConfigurationException
class.
Declaration
public ConfigurationException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The error message. |
Exception | innerException | The inner exception. |