MailBee.NET Objects 4.0

MailBeeInvalidArgumentException Class

The exception that is thrown when an invalid argument value is passed to a method or property.

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

System.Object
   System.Exception
      System.ApplicationException
         MailBee.MailBeeException
            MailBee.MailBeeInvalidArgumentException

public class MailBeeInvalidArgumentException : MailBeeException

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

This exception can be thrown even if ThrowExceptions property value of MailBee component (such as Smtp, Pop3, and Imap) is set to false because it may indicate there is an error in the application code (for instance, network port to connect to cannot be a negative value).

Requirements

Namespace: MailBee

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

See Also

MailBeeInvalidArgumentException Members | MailBee Namespace