Class ServerErrorException
The exception that is thrown when a server error occurs.
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. |