MailBee.NET Objects 4.0

MailBeeInvalidTextResponseItemException Class

The exception that is thrown when a particular element of the text response received from the server cannot be parsed, and the response data is available.

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

System.Object
   System.Exception
      System.ApplicationException
         MailBee.MailBeeException
            MailBee.MailBeeNetworkException
               MailBee.MailBeeRemoteHostException
                  MailBee.MailBeeConnectionException
                     MailBee.MailBeeInvalidResponseException
                        MailBee.MailBeeInvalidTextResponseException
                           MailBee.MailBeeInvalidTextResponseItemException

public class MailBeeInvalidTextResponseItemException : MailBeeInvalidTextResponseException

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

For instance, this exception may occur if the response is expected to contain a number, but the actual value cannot be converted into a number.

Requirements

Namespace: MailBee

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

MailBeeInvalidTextResponseItemException Members | MailBee Namespace