 | AggregateException Constructor (IEnumerableException) |
Constructs a new aggreate exception wrapping the passed inner exceptions.
Namespace: Slash.SystemExt.ExceptionsAssembly: Slash.System (in Slash.System.dll) Version: 1.0.5843.24176
Syntaxpublic AggregateException(
IEnumerable<Exception> innerExceptions
)
Public Sub New (
innerExceptions As IEnumerable(Of Exception)
)
public:
AggregateException(
IEnumerable<Exception^>^ innerExceptions
)
new :
innerExceptions : IEnumerable<Exception> -> AggregateException
Parameters
- innerExceptions
- Type: System.Collections.GenericIEnumerableException
Inner exceptions to wrap.
See Also