SocketTools .NET Edition

ImapClientException Class

The exception that is thrown when a client error occurs.

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

System.Object
   System.Exception
      System.ApplicationException
         SocketTools.ImapClientException

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

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

Requirements

Namespace: SocketTools

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

See Also

ImapClientException Members | SocketTools Namespace