DebugHelpers Class
Provides helper methods to use when debugging.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| 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. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

