Click or drag to resize
AggregateException Constructor (Exception)
Constructs a new aggreate exception wrapping the passed inner exceptions.

Namespace: Slash.SystemExt.Exceptions
Assembly: Slash.System (in Slash.System.dll) Version: 1.0.5843.24176
Syntax
public AggregateException(
	params Exception[] innerExceptions
)

Parameters

innerExceptions
Type: SystemException
Inner exceptions to wrap.
See Also