10 references to SourceException
mscorlib (9)
system\AggregateException.cs (2)
228innerExceptionInfos[0].SourceException : null) 243if (edi != null) exceptionsCopy[i] = edi.SourceException;
system\runtime\compilerservices\AsyncMethodBuilder.cs (1)
1031if (!WindowsRuntimeMarshal.ReportUnhandledError(edi.SourceException))
system\threading\Tasks\Task.cs (1)
7287(oce = oceEdi.SourceException as OperationCanceledException) != null)
system\threading\Tasks\TaskExceptionHolder.cs (5)
111var exp = edi.SourceException; 227Contract.Assert(edi != null && edi.SourceException is OperationCanceledException, 317var t = exceptions[i].SourceException.GetType(); 392combinedExceptions[i] = exceptions[i].SourceException; 422Contract.Assert(edi == null || edi.SourceException is OperationCanceledException,
System.Web (1)
AspNetSynchronizationContextBase.cs (1)
27return (dispatchInfo != null) ? dispatchInfo.SourceException : null;