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)
Syntax
'Declaration
Public Property Errors As List(Of Exception)
public List<Exception> Errors { get; set; }
public:
property List<Exception^>^ Errors {
List<Exception^>^ get ();
void set (List<Exception^>^ value);
}
member Errors : List<Exception> with get, set
function get Errors () : List<Exception>
function set Errors (value : List<Exception>)
Property Value
Type: System.Collections.Generic.List<Exception>
The list of errors associated with the 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.