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