Click or drag to resize

RuntimeClientGetExceptionDetailsAsync Method

Version 102.0.100
This method tries to lookup and populate exception details for a JavaScript Error object. Note that the stackTrace portion of the resulting exceptionDetails will only be populated if the Runtime domain was enabled at the time when the Error was thrown.

Namespace:  CefSharp.DevTools.Runtime
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public Task<GetExceptionDetailsResponse> GetExceptionDetailsAsync(
	string errorObjectId
)

Parameters

errorObjectId
Type: SystemString
The error object for which to resolve the exception details.

Return Value

Type: TaskGetExceptionDetailsResponse
returns System.Threading.Tasks.Task<GetExceptionDetailsResponse>
See Also