ExceptionCollection.Exceptions Property

Definition

Gets the array of Exception objects that represent the collection of exceptions.

public:
 property System::Collections::ArrayList ^ Exceptions { System::Collections::ArrayList ^ get(); };
public System.Collections.ArrayList Exceptions { get; }
public System.Collections.ArrayList? Exceptions { get; }
member this.Exceptions : System.Collections.ArrayList
Public ReadOnly Property Exceptions As ArrayList

Property Value

An Exception array that represent the collection of exceptions.

Applies to