Show / Hide Table of Contents

Class ConsentRequiredException

The exception that is thrown when consent is required.

Inheritance
System.Object
OpenIDException
ConsentRequiredException
Namespace: ComponentSpace.OpenID.Exceptions
Assembly: ComponentSpace.OpenID.dll
Syntax
public class ConsentRequiredException : OpenIDException

Constructors

ConsentRequiredException()

Initializes a new instance of the ConsentRequiredException class.

Declaration
public ConsentRequiredException()

ConsentRequiredException(String)

Initializes a new instance of the ConsentRequiredException class.

Declaration
public ConsentRequiredException(string message)
Parameters
Type Name Description
System.String message

The error message.

ConsentRequiredException(String, Exception)

Initializes a new instance of the ConsentRequiredException class.

Declaration
public ConsentRequiredException(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.