AggregateException Constructor (IEnumerable<(Of <(<'Exception>)>)>)
Namespace:
System
Assembly: Bridge (in Bridge.dll)
Assembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public AggregateException( IEnumerable<Exception> innerExceptions )
<TemplateAttribute> _ Public Sub New ( _ innerExceptions As IEnumerable(Of Exception) _ )
[TemplateAttribute] public: AggregateException( IEnumerable<Exception^>^ innerExceptions )
Parameters
- innerExceptions
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'Exception>)>)>