1 override of GetBaseException
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\AggregateException.cs (1)
222public override Exception GetBaseException()
9 references to GetBaseException
Microsoft.TestPlatform.CoreUtilities (4)
Tracing\EqtTrace.cs (4)
747if (exceptionToTrace.GetBaseException() != null) 754exceptionToTrace.GetBaseException().Message)); 776if (inner.GetBaseException() != null) 783inner.GetBaseException().Message));
NuGet.Commands (1)
ClientCertificatesCommand\ListClientCertRunner.cs (1)
93builder.AppendFormat(CultureInfo.CurrentCulture, Strings.ClientCertificatesItemCertificateError, defaultIndentation, e.GetBaseException().Message);
NuGet.Common (1)
ExceptionUtilities.cs (1)
123return exception.GetBaseException();
NuGet.PackageManagement (1)
Utility\ExceptionUtility.cs (1)
45return exception.GetBaseException();
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
2456innerEx = innerEx.GetBaseException();
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
6450current._exception = t.GetBaseException();