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
- 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.