Partager via


MailboxExtensionNotFoundException Constructor

 

Initializes a new instance of the MailboxExtensionNotFoundException class.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

Overload List

Name Description
System_CAPS_pubmethod MailboxExtensionNotFoundException()

Initializes a new instance of the MailboxExtensionNotFoundException class with the default options.

System_CAPS_protmethod MailboxExtensionNotFoundException(SerializationInfo, StreamingContext)

Initializes a new instance of the MailboxExtensionNotFoundException class with serialized data.

System_CAPS_pubmethod MailboxExtensionNotFoundException(String)

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

System_CAPS_pubmethod MailboxExtensionNotFoundException(String, Exception)

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

See Also

MailboxExtensionNotFoundException Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top