ExceptionCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the collection of exceptions.
public ref class ExceptionCollection sealed : Exception
public sealed class ExceptionCollection : Exception
type ExceptionCollection = class
inherit Exception
Public NotInheritable Class ExceptionCollection
Inherits Exception
- Inheritance
Constructors
| Name | Description |
|---|---|
| ExceptionCollection(ArrayList) |
Initializes a new instance of the ExceptionCollection class. |
Properties
| Name | Description |
|---|---|
| Exceptions |
Gets the array of Exception objects that represent the collection of exceptions. |
Methods
| Name | Description |
|---|---|
| GetObjectData(SerializationInfo, StreamingContext) |
Obsolete.
Populates a SerializationInfo with the data needed to serialize the ExceptionCollection. |