Table of Contents

Method LogException

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

LogException(Exception, string?)

Logs Exception information.

public static void LogException(Exception e, string? info = null)

Parameters

e Exception

Exception to log.

info string

Additional info.