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