VersionControlFolderDifferenceItem.Error Property
Get the encountered error.
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
- 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.
See Also
Reference
VersionControlFolderDifferenceItem Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace