Share via


MessageException Constructor (String, Exception)

 

Initializes a new instance of the MessageException class. This is a standard exception constructor.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

protected MessageException(
    string message,
    Exception innerException
)
protected:
MessageException(
    String^ message,
    Exception^ innerException
)
Protected Sub New (
    message As String,
    innerException As Exception
)

Parameters

See Also

MessageException Overload
MessageException Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top