Class NotServerException
- Namespace
- Netick
- Assembly
- Netick.dll
public sealed class NotServerException : Exception, ISerializable
- Inheritance
-
NotServerException
- Implements
- Inherited Members
Constructors
NotServerException()
public NotServerException()
NotServerException(string)
public NotServerException(string message)
Parameters
messagestring
NotServerException(string, Exception)
public NotServerException(string message, Exception inner)