Table of Contents

Method LogExceptionIfDebug

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

LogExceptionIfDebug(Exception)

Logs Exception information if DEBUG is defined.

[Conditional("DEBUG")]
public static void LogExceptionIfDebug(Exception e)

Parameters

e Exception

Exception to log.