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 MailboxExtensionException class with a specified error message.
Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)
Syntax
public MailboxExtensionException(
    string message
)
public:
MailboxExtensionException(
    String^ message
)
Public Sub New (
    message As String
)
Parameters
- message 
 Type: System.String- The error message that explains the reason for the exception. 
See Also
MailboxExtensionException Overload
MailboxExtensionException Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top