Class DebugUtils

DebugUtils class contains various utility methods for debugging and diagnostic tasks

System.Object
  Westwind.Utilities.DebugUtils
public static class DebugUtils : object

Class Members

MemberDescription

GetInnerExceptions

Returns an array of the entire exception list in reverse order (innermost to outermost exception)

public static Exception[] GetInnerExceptions(Exception ex)

GetInnerMostException

Returns the innermost Exception for an object

public static Exception GetInnerMostException(Exception ex)

Requirements

Namespace: Westwind.Utilities
Assembly: westwind.utilities.dll

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic