ILanguageServerLogger.LogException(Exception, Object) Method
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.
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.