Partager via


MailboxExtensionNotFoundException Constructor (String)

 

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

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

Syntax

public MailboxExtensionNotFoundException(
    string message
)
public:
MailboxExtensionNotFoundException(
    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

MailboxExtensionNotFoundException Overload
MailboxExtensionNotFoundException Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top