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
message
Type: System.StringThe message, as a string.
sendingMessage
Type: Microsoft.ConfigurationManagement.Messaging.Framework.IMessageBaseThe sending message.
innerExceptions
Type: System.Exception[]The inner exceptions.
See Also
AggregateMessageException Overload
AggregateMessageException Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top