Table of Contents

Class ServerNotFoundException

Namespace
OpenGSQ.Exceptions
Assembly
OpenGSQ.dll

Represents errors that occur during application execution when a server is not found.

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

Constructors

ServerNotFoundException(string)

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

public ServerNotFoundException(string message)

Parameters

message string

The message that describes the error.