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

Aggregated exception for a message

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
AggregateMessageException : 
AggregateException, 
	

IMessageException
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
AggregateMessageException _
	
Inherits 
AggregateException _
	
Implements 

IMessageException
[
SerializableAttribute]
public 
ref class 
AggregateMessageException 
sealed : 
public 
AggregateException, 
	

IMessageException

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
AggregateMessageException(String)
Initializes a new instance of the AggregateMessageExceptionclass.
AggregateMessageException(String, array< Exception > [] () [] [] )
Initializes a new instance of the AggregateMessageExceptionclass.
AggregateMessageException(String, IMessageBase, array< Exception > [] () [] [] )
Initializes a new instance of the AggregateMessageExceptionclass.
GetObjectData(SerializationInfo, StreamingContext)
Gets object data for serialization
SendingMessage
Base message that threw the exception

Inheritance Hierarchy

System . . :: . . AggregateException
   Microsoft.ConfigurationManagement.Messaging.Framework . . :: . . AggregateMessageException

See Also