AggregateMessageException Class
Aggregated exception for a message.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
System::Exception
System::AggregateException
Microsoft.ConfigurationManagement.Messaging.Framework::AggregateMessageException
| Name | Description | |
|---|---|---|
![]() | AggregateMessageException(String^) | Initializes a new instance of the AggregateMessageException class. |
![]() | AggregateMessageException(String^, array<Exception^>^) | Initializes a new instance of the AggregateMessageException class. |
![]() | AggregateMessageException(String^, IMessageBase^, array<Exception^>^) | Initializes a new instance of the AggregateMessageException class. |
| Name | Description | |
|---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | HelpLink | (Inherited from Exception.) |
![]() | HResult | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | InnerExceptions | (Inherited from AggregateException.) |
![]() | Message | (Inherited from Exception.) |
![]() | SendingMessage | Gets the base message that threw the exception. |
![]() | Source | (Inherited from Exception.) |
![]() | StackTrace | (Inherited from Exception.) |
![]() | TargetSite | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Flatten() | (Inherited from AggregateException.) |
![]() | GetBaseException() | (Inherited from AggregateException.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | Gets the data needed to serialize an object.(Overrides AggregateException::GetObjectData(SerializationInfo^, StreamingContext).) |
![]() | GetType() | (Inherited from Exception.) |
![]() | Handle(Func<Exception^, Boolean>^) | (Inherited from AggregateException.) |
![]() | ToString() | (Inherited from AggregateException.) |
| Name | Description | |
|---|---|---|
![]() | IsCriticalException() | Validates whether an exception is one of a predetermined list of critical exceptions that should never be handled by the framework. (Defined by DebugHelpers.) |
![]() | RethrowCriticalException() | Throws a previously thrown exception that is not able to be handled. (Defined by DebugHelpers.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

