Base:
method
GetBaseException
System.Exception.GetBaseException()
5 references to GetBaseException
Microsoft.AspNetCore.Components (1)
RenderTree\Renderer.cs (1)
600var 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();
System.Net.Http (1)
System\Net\Http\MessageProcessingHandler.cs (1)
68sendState.TrySetException(task.Exception!.GetBaseException());