5 references to BrowserLogsExceptionThrownParameters
Aspire.Hosting.Browsers.Tests (5)
src\Aspire.Hosting.Browsers\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; }
src\Aspire.Hosting.Browsers\BrowserLogsEventLogger.cs (1)
67private void LogUnhandledException(BrowserLogsExceptionThrownParameters parameters)