Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the failure of this exception.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property Failures As Failure()
public Failure[] Failures { get; private set; }
public:
property array<Failure^>^ Failures {
array<Failure^>^ get ();
private: void set (array<Failure^>^ value);
}
member Failures : Failure[] with get, private set
function get Failures () : Failure[]
private function set Failures (value : Failure[])
Property Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.Failure[]
The failure of this exception.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.