[This is preliminary documentation and is subject to change.]

CTor

Namespace: Tools.ComponentModelT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public MultipleException(
	IEnumerable<Exception> Exceptions
)
Visual Basic
Public Sub New ( _
	Exceptions As IEnumerable(Of Exception) _
)
Visual C++
public:
MultipleException(
	IEnumerable<Exception^>^ Exceptions
)
F#
new : 
        Exceptions:IEnumerable<Exception> -> MultipleException
JScript
public function MultipleException(
	Exceptions : IEnumerable<Exception>
)

Parameters

Exceptions
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'Exception>)>)>
Exceptions that have occured

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionExceptions is null
System..::..ArgumentExceptionExceptions is empty or contains only one item.

See Also