Freigeben über


ModelBus.LogError-Methode

Protokolliert einen Fehler

Namespace:  Microsoft.VisualStudio.Modeling.Integration
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0.dll)

Syntax

'Declaration
Public Sub LogError ( _
    errorCategory As ErrorCategory, _
    message As String _
)
public void LogError(
    ErrorCategory errorCategory,
    string message
)

Parameter

  • message
    Typ: System.String
    Der Text der Meldung protokolliert werden sollen

Implementiert

IModelBus.LogError(ErrorCategory, String)

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelBus Klasse

Microsoft.VisualStudio.Modeling.Integration-Namespace