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