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