Share via


PcwException.Explanation Property

Gets an explanation of the error.

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

Syntax

'Declaration
Public Overridable ReadOnly Property Explanation As String
public virtual string Explanation { get; }
public:
virtual property String^ Explanation {
    String^ get ();
}
abstract Explanation : string with get 
override Explanation : string with get
function get Explanation () : String

Property Value

Type: System.String
An explanation of the error.

.NET Framework Security

See Also

Reference

PcwException Class

Microsoft.TeamFoundation.Client Namespace