SocketTools .NET Edition

PopClientException Class

The exception that is thrown when a client error occurs.

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

System.Object
   System.Exception
      System.ApplicationException
         SocketTools.PopClientException

[Visual Basic]
Public Class PopClientException
    Inherits ApplicationException
[C#]
public class PopClientException : 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 PopClientException is thrown by the PopClient class when an error occurs.

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

Requirements

Namespace: SocketTools

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

See Also

PopClientException Members | SocketTools Namespace