Show / Hide Table of Contents

Class ConfigurationException

The exception that is thrown when an OpenID configuration error occurs.

Inheritance
System.Object
OpenIDException
ConfigurationException
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.

In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2022. All rights reserved.