[This is preliminary documentation and is subject to change.]
CTor
Namespace: Tools.ComponentModelTAssembly: 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
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | Exceptions is null |
| System..::..ArgumentException | Exceptions is empty or contains only one item. |