[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the AggregateMessageExceptionclass.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
AggregateMessageException(
	
string 
message,
	
IMessageBase

sendingMessage,
	
params 
Exception[] 
innerExceptions
)
Public 
Sub 
New ( _
	
message 
As 
String, _
	
sendingMessage 
As 

IMessageBase, _
	
ParamArray 
innerExceptions 
As 
Exception() _
)
public:
AggregateMessageException(
	
String^ 
message, 
	

IMessageBase^ 
sendingMessage, 
		... 
array<
Exception^>^ 
innerExceptions
)

Parameters

message
String
sendingMessage
IMessageBase
innerExceptions
array< Exception > [] () [] []

See Also