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