PcwException.Error Property

Gets the name of the error that occurred.

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

Syntax

'宣言
Public Overridable ReadOnly Property Error As String
    Get
public virtual string Error { get; }
public:
virtual property String^ Error {
    String^ get ();
}
abstract Error : string
override Error : string
function get Error () : String

Property Value

Type: System.String
The name of the error that occurred.

.NET Framework Security

See Also

Reference

PcwException Class

Microsoft.TeamFoundation.Client Namespace