Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)
Syntax
public MailboxExtensionNotFoundException(
    string message,
    Exception inner
)
public:
MailboxExtensionNotFoundException(
    String^ message,
    Exception^ inner
)
Public Sub New (
    message As String,
    inner As Exception
)
Parameters
- message 
 Type: System.String- The error message that explains the reason for the exception. 
- inner 
 Type: System.Exception- The exception that is the cause of the current exception, or a null reference if no inner exception is specified. 
See Also
MailboxExtensionNotFoundException Overload
MailboxExtensionNotFoundException Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top