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