Udostępnij przez


LanguageServer.LogUnhandledExceptionHandler Event

Definition

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 

Event Type

Applies to