This documentation is archived and is not being maintained.

ReconcileFailedException::Failures Property

Gets the failure of this exception.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
property array<Failure^>^ Failures {
	array<Failure^>^ get ();
	private: void set (array<Failure^>^ value);
}

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client::Failure>
The failure of this exception.

Show: