Method DebugWriteLine
DebugWriteLine(Exception)
Writes detailed information about the specified exception to the debug output.
public static void DebugWriteLine(Exception e)
Parameters
eExceptionThe exception to log. Cannot be null.
Remarks
This method is intended for use during development and debugging. The output includes exception details such as the message and stack trace, which can assist in diagnosing issues.