Represents an error that occurred on the server.
Namespace: Limilabs.WHOIS.ClientAssembly: 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 |