ExceptionCollection::Exceptions Property

 

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

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

public:
property ArrayList^ Exceptions {
	ArrayList^ get();
}

Property Value

Type: System.Collections::ArrayList^

An Exception array that represent the collection of exceptions.

.NET Framework
Available since 2.0
Return to top
Show: