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