Base:
method
GetBaseException
System.Exception.GetBaseException()
5 references to GetBaseException
Microsoft.AspNetCore.Components (1)
RenderTree\Renderer.cs (1)
600
var baseException = task.Exception.
GetBaseException
();
Microsoft.AspNetCore.InternalTesting (1)
ExceptionAssertions.cs (1)
241
return exception is AggregateException aggEx ? aggEx.
GetBaseException
() : exception;
Microsoft.JSInterop (1)
Infrastructure\DotNetDispatcher.cs (1)
146
var exceptionDispatchInfo = ExceptionDispatchInfo.Capture(task.Exception.
GetBaseException
());
Microsoft.Maui.Resizetizer (1)
AsyncTask.cs (1)
68
var ex = task.Exception.
GetBaseException
();
System.Net.Http (1)
System\Net\Http\MessageProcessingHandler.cs (1)
68
sendState.TrySetException(task.Exception!.
GetBaseException
());