MailBeeLoginNoCredentialsException Properties

The MailBeeLoginNoCredentialsException type exposes the following members.

Properties
  NameDescription
Public propertyAccountName
Gets the account name which was provided by the application.
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 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 propertyPassword
Gets the account password which was provided by the application.
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 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