DebugHelpers Class

 

Provides helper methods to use when debugging.

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

System::Object
  Microsoft.ConfigurationManagement.Messaging.Framework::DebugHelpers

[SerializableAttribute]
[ExtensionAttribute]
public ref class DebugHelpers abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticDumpProperties(Object^)

Dumps the immediate property key/value pairs for an object.

System_CAPS_pubmethodSystem_CAPS_staticDumpTypePropertiesToString(Object^)

Dumps the immediate property key/value pairs for an object into a string.

System_CAPS_pubmethodSystem_CAPS_staticIsCriticalException(Exception^)

Validates whether an exception is one of a predetermined list of critical exceptions that should never be handled by the framework.

System_CAPS_pubmethodSystem_CAPS_staticRethrowCriticalException(Exception^)

Throws a previously thrown exception that is not able to be handled.

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: