[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Helper methods for use with debugging

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
static 
class 
DebugHelpers
<
SerializableAttribute> _
<
ExtensionAttribute> _
Public 
NotInheritable 
Class 
DebugHelpers
[
SerializableAttribute]
[
ExtensionAttribute]
public 
ref class 
DebugHelpers 
abstract 
sealed

Members

           
  All Members     Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
DumpProperties(Object)
Dumps the immediate property key/values for an object.
DumpTypePropertiesToString(Object)
Dumps the immedate property key/values for an object to a string
IsCriticalException(Exception)
Checks exception to see if it is one of a predetermined list of "critical" exceptions that should never be handled by the framework.
RethrowCriticalException(Exception)
Rethrow unhandlable exception

Inheritance Hierarchy

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

See Also