Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

Pop3Exception Class

Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9147)

The exception that is thrown when an error occurs while using Pop3 component.

Syntax
public class Pop3Exception : NetworkSessionException, ISerializable
Inheritance
Object
Exception
NetworkSessionException
Pop3Exception
Implements
ISerializable
Inherited Members
NetworkSessionException.ProtocolCode
NetworkSessionException.ProtocolMessage
Exception.Data
Exception.GetBaseException()
Exception.GetType()
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.SerializeObjectState
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)

Constructors

Name Description
Pop3Exception()

Initializes a new instance of the Pop3Exception class.

Pop3Exception(String)

Initializes a new instance of the Pop3Exception class with the specified error message.

Pop3Exception(String, Pop3ExceptionStatus)

Initializes a new instance of the Pop3Exception class with the specified error message and status.

Pop3Exception(String, Exception)

Initializes a new instance of the Pop3Exception class with the specified error message and a reference to the inner exception that is the cause of this exception.

Pop3Exception(String, Exception, Pop3ExceptionStatus)

Initializes a new instance of the Pop3Exception class with the specified error message, status, and a reference to the inner exception that is the cause of this exception.

Properties

Name Description
ProtocolCode

Gets the protocol error code, if available (usually when Status is set to ProtocolError). Inherited from NetworkSessionException.

ProtocolMessage

Gets the protocol error message, if available (usually when Status is set to ProtocolError). Inherited from NetworkSessionException.

Status

Gets the status of the response.

In This Article
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies