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)

GetTextWithLineNumbers

Returns the text with a prefix of line numbers

public static string GetTextWithLineNumbers(string text,     string lineFormat)

Requirements

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

© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic