Udostępnij przez


ILanguageServerLogger.LogException(Exception, Object) Method

Definition

Log exception.

public void LogException(Exception exception, object data = default);
abstract member LogException : Exception * obj -> unit
Public Sub LogException (exception As Exception, Optional data As Object = Nothing)

Parameters

exception
Exception

Exception.

data
Object

Additional Data to log.

Applies to