MailboxExtensionException Constructor
Initializes a new instance of the MailboxExtensionException class.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Overload List
Name | Description | |
---|---|---|
MailboxExtensionException() | Initializes a new instance of the MailboxExtensionException class with the default options. |
|
MailboxExtensionException(SerializationInfo, StreamingContext) | Initializes a new instance of the MailboxExtensionException class with serialized data. |
|
MailboxExtensionException(String) | Initializes a new instance of the MailboxExtensionException class with a specified error message. |
|
MailboxExtensionException(String, Exception) | Initializes a new instance of the MailboxExtensionException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
See Also
MailboxExtensionException Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top