VersionControlBranchVisualizer.Error Property

Get the error from the last operation

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
exception or null for no error or visualizer no longer valid

.NET Framework Security

See Also

Reference

VersionControlBranchVisualizer Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace