2 writes to Exception
Microsoft.JSInterop (2)
Infrastructure\DotNetInvocationResult.cs (2)
19Exception = exception ?? throw new ArgumentNullException(nameof(exception)); 31Exception = default;
2 references to Exception
Microsoft.AspNetCore.Components.Server (2)
Circuits\RemoteJSRuntime.cs (2)
69Log.InvokeDotNetMethodException(_logger, invocationInfo, invocationResult.Exception); 74errorMessage = invocationResult.Exception.ToString();