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

Exception throw when multiple exceptions occured

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

Vertion history

1.5.2 (Nightly)
Class introduced

Syntax

C#
public class MultipleException : Exception, 
	IEnumerable<Exception>
Visual Basic (Declaration)
Public Class MultipleException _
	Inherits Exception _
	Implements IEnumerable(Of Exception)
Visual C++
public ref class MultipleException : public Exception, 
	IEnumerable<Exception^>
J#
public class MultipleException extends Exception implements IEnumerable<Exception>
JScript
public class MultipleException extends Exception implements IEnumerable<Exception>

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Tools.ComponentModelT..::.MultipleException

See Also