AggregateMessageException Constructor (String, 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,
params Exception[] innerExceptions
)
public:
AggregateMessageException(
String^ message,
... array<Exception^>^ innerExceptions
)
Public Sub New (
message As String,
ParamArray innerExceptions As Exception()
)
Parameters
message
Type: System.StringThe message, as a string.
innerExceptions
Type: System.Exception[]The inner exceptions.
See Also
AggregateMessageException Overload
AggregateMessageException Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top