5 references to BrowserLogsExceptionThrownParameters
Aspire.Hosting.Browsers (5)
BrowserLogsCdpProtocol.cs (4)
229static (string? sessionId, BrowserLogsExceptionThrownParameters parameters) => new BrowserLogsExceptionThrownEvent(sessionId, parameters)); 333internal sealed record BrowserLogsExceptionThrownEvent(string? SessionId, BrowserLogsExceptionThrownParameters Parameters) 523internal sealed class BrowserLogsExceptionThrownEnvelope : IBrowserLogsEventEnvelope<BrowserLogsExceptionThrownParameters> 526public BrowserLogsExceptionThrownParameters? Params { get; init; }
BrowserLogsEventLogger.cs (1)
67private void LogUnhandledException(BrowserLogsExceptionThrownParameters parameters)