get_InnerExceptions()

Details_AggregateException::get_InnerExceptions() method

Gets a read-only collection of the inner exceptions.

SharedPtr<Collections::ObjectModel::ReadOnlyCollection<Exception>> System::Details_AggregateException::get_InnerExceptions()

Return Value

A shared pointer to a read-only collection of Exception objects.

See Also