Show / Hide Table of Contents

Class LoginRequiredException

The exception that is thrown when a login is required.

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

Constructors

LoginRequiredException()

Initializes a new instance of the LoginRequiredException class.

Declaration
public LoginRequiredException()

LoginRequiredException(String)

Initializes a new instance of the LoginRequiredException class.

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

The error message.

LoginRequiredException(String, Exception)

Initializes a new instance of the LoginRequiredException class.

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