[This is preliminary documentation and is subject to change.]
Exception throw when multiple exceptions occured
Namespace: Tools.ComponentModelTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public class MultipleException : Exception, IEnumerable<Exception> |
| Visual Basic |
|---|
Public Class MultipleException _ Inherits Exception _ Implements IEnumerable(Of Exception) |
| Visual C++ |
|---|
public ref class MultipleException : public Exception, IEnumerable<Exception^> |
| F# |
|---|
type MultipleException = class inherit Exception interface IEnumerable<Exception> end |
| JScript |
|---|
public class MultipleException extends Exception implements IEnumerable<Exception> |
Inheritance Hierarchy
See Also
Version History
1.5.2
- (Nightly) Class introduced