Represents an error that occurred on the server.

Namespace: Limilabs.WHOIS.Client
Assembly: Whois (in Whois.dll) Version: 2.0.1238.1610

Syntax

C#
[SerializableAttribute]
public class ServerException : Exception
Visual Basic
<SerializableAttribute> _
Public Class ServerException _
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class ServerException : public Exception

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Limilabs.WHOIS.Client..::..ServerException

See Also