AggregateMessageException Constructor (String, IMessageBase, Exception[])

 

Initializes a new instance of the AggregateMessageException class.

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

Syntax

public AggregateMessageException(
    string message,
    IMessageBase sendingMessage,
    params Exception[] innerExceptions
)
public:
AggregateMessageException(
    String^ message,
    IMessageBase^ sendingMessage,
    ... array<Exception^>^ innerExceptions
)
Public Sub New (
    message As String,
    sendingMessage As IMessageBase,
    ParamArray innerExceptions As Exception()
)

Parameters

See Also

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

Return to top