Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the name of the error that occurred.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Error As String
public virtual string Error { get; }
public:
virtual property String^ Error {
String^ get ();
}
abstract Error : string with get
override Error : string with get
function get Error () : String
Property Value
Type: System.String
The name of the error that occurred.
.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.