Click or drag to resize

DebugUtils Class

DebugUtils class contains various utility methods for debugging and diagnostic tasks
Inheritance Hierarchy
SystemObject
  Koden.UtilsDebugUtils

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static class DebugUtils

The DebugUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetInnerExceptions
Returns an array of the entire exception list in reverse order (innermost to outermost exception)
Public methodStatic memberGetInnerMostException
Returns the innermost Exception for an object
Top
See Also