Table of Contents

Method DebugWriteLine

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

DebugWriteLine(Exception)

Writes detailed information about the specified exception to the debug output.

public static void DebugWriteLine(Exception e)

Parameters

e Exception

The 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.