SocketTools .NET Edition

GopherClientException Class

The exception that is thrown when a client error occurs.

For a list of all members of this type, see GopherClientException Members.

System.Object
   System.Exception
      System.ApplicationException
         SocketTools.GopherClientException

[Visual Basic]
Public Class GopherClientException
    Inherits ApplicationException
[C#]
public class GopherClientException : ApplicationException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

A GopherClientException is thrown by the GopherClient class when an error occurs.

The default constructor for the GopherClientException class sets the ErrorCode property to the last client error that occurred.

Requirements

Namespace: SocketTools

Assembly: SocketTools.GopherClient (in SocketTools.GopherClient.dll)

See Also

GopherClientException Members | SocketTools Namespace