AggregateMessageException Class

 

Aggregated exception for a message.

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

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

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

NameDescription
System_CAPS_pubmethodAggregateMessageException(String^)

Initializes a new instance of the AggregateMessageException class.

System_CAPS_pubmethodAggregateMessageException(String^, array<Exception^>^)

Initializes a new instance of the AggregateMessageException class.

System_CAPS_pubmethodAggregateMessageException(String^, IMessageBase^, array<Exception^>^)

Initializes a new instance of the AggregateMessageException class.

NameDescription
System_CAPS_pubpropertyData

(Inherited from Exception.)

System_CAPS_pubpropertyHelpLink

(Inherited from Exception.)

System_CAPS_pubpropertyHResult

(Inherited from Exception.)

System_CAPS_pubpropertyInnerException

(Inherited from Exception.)

System_CAPS_pubpropertyInnerExceptions

(Inherited from AggregateException.)

System_CAPS_pubpropertyMessage

(Inherited from Exception.)

System_CAPS_pubpropertySendingMessage

Gets the base message that threw the exception.

System_CAPS_pubpropertySource

(Inherited from Exception.)

System_CAPS_pubpropertyStackTrace

(Inherited from Exception.)

System_CAPS_pubpropertyTargetSite

(Inherited from Exception.)

NameDescription
System_CAPS_pubmethodIsCriticalException()

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_pubmethodRethrowCriticalException()

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.

Return to top
Show: