Show / Hide Table of Contents

Class TemporarilyUnavailableException

The exception that is thrown when the server is temporarily unavailable.

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

Constructors

TemporarilyUnavailableException()

Initializes a new instance of the TemporarilyUnavailableException class.

Declaration
public TemporarilyUnavailableException()

TemporarilyUnavailableException(String)

Initializes a new instance of the TemporarilyUnavailableException class.

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

The error message.

TemporarilyUnavailableException(String, Exception)

Initializes a new instance of the TemporarilyUnavailableException class.

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