DebugHelpers Class

 

Provides helper methods to use when debugging.

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

Inheritance Hierarchy

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

Syntax

[SerializableAttribute]
public static class DebugHelpers
[SerializableAttribute]
[ExtensionAttribute]
public ref class DebugHelpers abstract sealed 
<SerializableAttribute>
<ExtensionAttribute>
Public NotInheritable Class DebugHelpers

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static DumpProperties(Object)

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

System_CAPS_pubmethodSystem_CAPS_static DumpTypePropertiesToString(Object)

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

System_CAPS_pubmethodSystem_CAPS_static IsCriticalException(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_static RethrowCriticalException(Exception)

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

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