Class RegistrationNotSupportedException
The exception that is thrown when registration isn't supported.
Namespace: ComponentSpace.OpenID.Exceptions
Assembly: ComponentSpace.OpenID.dll
Syntax
public class RegistrationNotSupportedException : OpenIDException
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 |
---|---|---|
System.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 |
---|---|---|
System.String | message | The error message. |
Exception | innerException | The inner exception. |