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