Show / Hide Table of Contents

Class RegistrationNotSupportedException

The exception that is thrown when registration isn't supported.

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

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