LanguageServer.LogUnhandledExceptionHandler Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Callback for host to get notified of unhandled exceptions that are happening asynchronously. This should be used for logging purposes. This exists only for backward compat reasons now
public event Microsoft.PowerFx.LanguageServerProtocol.LanguageServer.OnLogUnhandledExceptionHandler LogUnhandledExceptionHandler;
member this.LogUnhandledExceptionHandler : Microsoft.PowerFx.LanguageServerProtocol.LanguageServer.OnLogUnhandledExceptionHandler
Public Event LogUnhandledExceptionHandler As LanguageServer.OnLogUnhandledExceptionHandler