AggregateMessageException Class
Aggregated exception for a message.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
System.Exception
System.AggregateException
Microsoft.ConfigurationManagement.Messaging.Framework.AggregateMessageException
Syntax
[SerializableAttribute]
public sealed class AggregateMessageException : AggregateException,
IMessageException
[SerializableAttribute]
public ref class AggregateMessageException sealed : AggregateException,
IMessageException
<SerializableAttribute>
Public NotInheritable Class AggregateMessageException
Inherits AggregateException
Implements IMessageException
Constructors
Name | Description | |
---|---|---|
AggregateMessageException(String) | Initializes a new instance of the AggregateMessageException class. |
|
AggregateMessageException(String, Exception[]) | Initializes a new instance of the AggregateMessageException class. |
|
AggregateMessageException(String, IMessageBase, Exception[]) | Initializes a new instance of the AggregateMessageException class. |
Properties
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.) |
Methods
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.) |
Extension Methods
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.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top