MailBeeImapLoginBadCredentialsException Properties

The MailBeeImapLoginBadCredentialsException type exposes the following members.

Properties
  NameDescription
Public propertyAccountName
Gets the account name which was used during the authentication.
Public propertyCompletionResult
Gets the response status code.
(Inherited from MailBeeImapNegativeResponseException.)
Public propertyData
Gets a collection of key/value pairs that provide additional user-defined information about the exception.
(Inherited from Exception.)
Public propertyErrorCode
Gets the error code.
(Inherited from MailBeeException.)
Public propertyHelpLink
Gets or sets a link to the help file associated with this exception.
(Inherited from Exception.)
Public propertyHResult
Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.
(Inherited from Exception.)
Public propertyHumanReadable
Gets the human readable part of the status response.
(Inherited from MailBeeImapNegativeResponseException.)
Public propertyInnerException
Gets the Exception instance that caused the current exception.
(Inherited from Exception.)
Public propertyMessage
Gets a message that describes the current exception.
(Inherited from Exception.)
Public propertyOptionalResponse
Gets the contents of the optional response code of the response.
(Inherited from MailBeeImapNegativeResponseException.)
Public propertyPassword
Gets the account password which was used during the authentication.
Public propertyProtocol
Gets application-level protocol of the current connection.
(Inherited from MailBeeRemoteHostException.)
Public propertyRemoteEndPoint
Gets a reference to the end point of the server host.
(Inherited from MailBeeRemoteHostException.)
Public propertyRemoteHostName
Gets the host name of the server.
(Inherited from MailBeeRemoteHostException.)
Public propertyResponseEncoding
Gets the encoding which was used to convert response bytes received from the server into a string.
(Inherited from MailBeeEmailProtocolNegativeResponseException.)
Public propertyResponseString
Gets the string which contains the negative response data.
(Inherited from MailBeeEmailProtocolNegativeResponseException.)
Public propertySource
Gets or sets the name of the application or the object that causes the error.
(Inherited from Exception.)
Public propertyStackTrace
Gets a string representation of the immediate frames on the call stack.
(Inherited from Exception.)
Public propertyTargetSite
Gets the method that throws the current exception.
(Inherited from Exception.)
Public propertyWasConnected
Gets if the connection with the server had already been established to the moment when the exception occurred.
(Inherited from MailBeeRemoteHostException.)
Top
See Also