Class TemporarilyUnavailableException
The exception that is thrown when the server is temporarily unavailable.
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. |