SourceError.Description Property
Gets the error description.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Syntax
public string Description { get; }
public:
property String^ Description {
String^ get();
}
member Description : string with get
Public ReadOnly Property Description As String
Property Value
Type: System.String
The error description.
See Also
SourceError Class
Microsoft.VisualStudio.Tools.Applications Namespace