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

The DebugHelperstype exposes the following methods.

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

See Also