Class RegistrationNotSupportedException
The exception that is thrown when registration isn't supported.
Implements
Inherited Members
Namespace: ComponentSpace.OpenID.Exceptions
Assembly: ComponentSpace.OpenID.dll
Syntax
public class RegistrationNotSupportedException : OpenIDException, ISerializable
Constructors
RegistrationNotSupportedException()
Initializes a new instance of the RegistrationNotSupportedException class.
Declaration
public RegistrationNotSupportedException()
RegistrationNotSupportedException(string)
Initializes a new instance of the RegistrationNotSupportedException class.
Declaration
public RegistrationNotSupportedException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The error message. |
RegistrationNotSupportedException(string, Exception)
Initializes a new instance of the RegistrationNotSupportedException class.
Declaration
public RegistrationNotSupportedException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The error message. |
| Exception | innerException | The inner exception. |