RuntimeClientGetExceptionDetailsAsync Method |
Version 104.4.240
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: 104.4.240.0 (104.4.240.0)
Syntax public Task<GetExceptionDetailsResponse> GetExceptionDetailsAsync(
string errorObjectId
)
public:
Task<GetExceptionDetailsResponse^>^ GetExceptionDetailsAsync(
String^ errorObjectId
)
Parameters
- errorObjectId
- Type: SystemString
The error object for which to resolve the exception details.
Return Value
Type:
TaskGetExceptionDetailsResponsereturns System.Threading.Tasks.Task<GetExceptionDetailsResponse>
See Also