This documentation is archived and is not being maintained.

UploadFileException::Errors Property

Gets or sets the list of errors associated with the exception.

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

public:
property List<Exception^>^ Errors {
	List<Exception^>^ get ();
	void set (List<Exception^>^ value);
}

Property Value

Type: System.Collections.Generic::List<Exception>
The list of errors associated with the exception.

Show: