Table of Contents

Method DebugWriteLineIf

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

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)

Parameters

condition bool

true to write the exception to the debug output; otherwise, false.

e Exception

The exception to write to the debug output. Can be null.