VersionControlFolderDifference.Error Property

Get the error exception of the last background comparison

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

Syntax

'Declaration
Public ReadOnly Property Error As Exception
public Exception Error { get; }
public:
property Exception^ Error {
    Exception^ get ();
}
member Error : Exception with get
function get Error () : Exception

Property Value

Type: System.Exception
error exception or null for no error

.NET Framework Security

See Also

Reference

VersionControlFolderDifference Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace