Class UserAlreadyRegisteredException
- Namespace
- UdpChat.Server.Exceptions
- Assembly
- UdpChat.Server.dll
Represents errors that occur during application execution.
public class UserAlreadyRegisteredException : Exception, ISerializable
- Inheritance
-
UserAlreadyRegisteredException
- Implements
- Inherited Members
Constructors
UserAlreadyRegisteredException(string)
Initializes a new instance of the Exception class with a specified error message.
public UserAlreadyRegisteredException(string message)
Parameters
messagestringThe message that describes the error.