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
System_CAPS_pubmethod AggregateMessageException(String)

Initializes a new instance of the AggregateMessageException class.

System_CAPS_pubmethod AggregateMessageException(String, Exception[])

Initializes a new instance of the AggregateMessageException class.

System_CAPS_pubmethod AggregateMessageException(String, IMessageBase, Exception[])

Initializes a new instance of the AggregateMessageException class.

Properties

Name Description
System_CAPS_pubproperty Data

(Inherited from Exception.)

System_CAPS_pubproperty HelpLink

(Inherited from Exception.)

System_CAPS_pubproperty HResult

(Inherited from Exception.)

System_CAPS_pubproperty InnerException

(Inherited from Exception.)

System_CAPS_pubproperty InnerExceptions

(Inherited from AggregateException.)

System_CAPS_pubproperty Message

(Inherited from Exception.)

System_CAPS_pubproperty SendingMessage

Gets the base message that threw the exception.

System_CAPS_pubproperty Source

(Inherited from Exception.)

System_CAPS_pubproperty StackTrace

(Inherited from Exception.)

System_CAPS_pubproperty TargetSite

(Inherited from Exception.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod Flatten()

(Inherited from AggregateException.)

System_CAPS_pubmethod GetBaseException()

(Inherited from AggregateException.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetObjectData(SerializationInfo, StreamingContext)

Gets the data needed to serialize an object.(Overrides AggregateException.GetObjectData(SerializationInfo, StreamingContext).)

System_CAPS_pubmethod GetType()

(Inherited from Exception.)

System_CAPS_pubmethod Handle(Func<Exception, Boolean>)

(Inherited from AggregateException.)

System_CAPS_pubmethod ToString()

(Inherited from AggregateException.)

Extension Methods

Name Description
System_CAPS_pubmethod 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.)

System_CAPS_pubmethod 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