Class NotServerException
- Namespace
- Netick
- Assembly
- Netick.dll
public sealed class NotServerException : Exception, ISerializable
- Inheritance
-
NotServerException
- Implements
- Inherited Members
Constructors
NotServerException()
Constructs a NotServerException
public NotServerException()
NotServerException(string)
Constructs a NotServerException with a message
public NotServerException(string message)
Parameters
message
stringThe exception message
NotServerException(string, Exception)
Constructs a NotServerException with a message and a inner exception
public NotServerException(string message, Exception inner)