Table of Contents

Class TimeoutException

Namespace
OpenGSQ.Exceptions
Assembly
OpenGSQ.dll

Represents errors that occur during application execution related to timeouts.

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

Constructors

TimeoutException(string)

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

public TimeoutException(string message)

Parameters

message string

The message that describes the error.