Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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