Table of Contents

Class UserAlreadyLoggedInxception

Namespace
UdpChat.Server.Exceptions
Assembly
UdpChat.Server.dll

Represents errors that occur during application execution.

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

Constructors

UserAlreadyLoggedInxception(string)

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

public UserAlreadyLoggedInxception(string message)

Parameters

message string

The message that describes the error.