Show / Hide Table of Contents

Class ServerErrorException

The exception that is thrown when a server error occurs.

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

Constructors

ServerErrorException()

Initializes a new instance of the ServerErrorException class.

Declaration
public ServerErrorException()

ServerErrorException(String)

Initializes a new instance of the ServerErrorException class.

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

The error message.

ServerErrorException(String, Exception)

Initializes a new instance of the ServerErrorException class.

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