Table of Contents

Method RegisterExceptionsLogger

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

RegisterExceptionsLogger(Action<Exception>?)

Subscribes to events related to the exception handling and logs exceptions.

public static void RegisterExceptionsLogger(Action<Exception>? callback = null)

Parameters

callback Action<Exception>
See Also