Table of Contents

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

message string

NotServerException(string, Exception)

public NotServerException(string message, Exception inner)

Parameters

message string
inner Exception