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