संपादित करें

ExceptionCollection Class

Definition

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
ExceptionCollection

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.

Applies to