Class ConfigurationException
The exception that is thrown when an OpenID configuration error occurs.
Implements
Inherited Members
Namespace: ComponentSpace.OpenID.Exceptions
Assembly: ComponentSpace.OpenID.dll
Syntax
public class ConfigurationException : OpenIDException, ISerializable
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 |
|---|---|---|
| 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 |
|---|---|---|
| string | message | The error message. |
| Exception | innerException | The inner exception. |