ExceptionDispatchInfo.SourceException Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the exception that is represented by the current instance.
Assembly: mscorlib (in mscorlib.dll)
This property is used by the Task Parallel Library, for example, to combine multiple exceptions in an AggregateException object. It is not intended to be used by application code. Use the Throw method to restore the state of the captured exception and throw it.
Show: