Table of Contents

Class AuthenticationException

Namespace
OpenGSQ.Exceptions
Assembly
OpenGSQ.dll

Represents errors that occur during application execution.

public class AuthenticationException : Exception, ISerializable
Inheritance
AuthenticationException
Implements
Inherited Members

Constructors

AuthenticationException(string)

Initializes a new instance of the AuthenticationException class with a specified error message.

public AuthenticationException(string message)

Parameters

message string

The error message that explains the reason for the exception.