Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() ![]() |
DumpProperties(Object) | Dumps the immediate property key/value pairs for an object. |
![]() ![]() |
DumpTypePropertiesToString(Object) | Dumps the immediate property key/value pairs for an object into a string. |
![]() ![]() |
IsCriticalException(Exception) | Validates whether an exception is one of a predetermined list of critical exceptions that should never be handled by the framework. |
![]() ![]() |
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