2 writes to Exception
Microsoft.JSInterop (2)
Infrastructure\DotNetInvocationResult.cs (2)
19
Exception
= exception ?? throw new ArgumentNullException(nameof(exception));
31
Exception
= default;
4 references to Exception
Microsoft.AspNetCore.Components.Server (2)
Circuits\RemoteJSRuntime.cs (2)
69
Log.InvokeDotNetMethodException(_logger, invocationInfo, invocationResult.
Exception
);
74
errorMessage = invocationResult.
Exception
.ToString();
Microsoft.AspNetCore.Components.WebView (1)
Services\WebViewJSRuntime.cs (1)
73
: invocationResult.
Exception
.ToString();
Microsoft.JSInterop.WebAssembly (1)
WebAssemblyJSRuntime.cs (1)
90
: dispatchResult.
Exception
!.ToString();