 | AggregateException Constructor (Exception) |
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(
params Exception[] innerExceptions
)
Public Sub New (
ParamArray innerExceptions As Exception()
)
public:
AggregateException(
... array<Exception^>^ innerExceptions
)
new :
innerExceptions : Exception[] -> AggregateException
Parameters
- innerExceptions
- Type: SystemException
Inner exceptions to wrap.
See Also