Method DebugWriteLineIf
DebugWriteLineIf(bool, Exception)
Writes the specified exception to the debug output if the given condition is true.
public static void DebugWriteLineIf(bool condition, Exception e)
Writes the specified exception to the debug output if the given condition is true.
public static void DebugWriteLineIf(bool condition, Exception e)