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.
Converts from ModelBus errors to Text Template errors. Calls this.Error or this.Warning depending on the category value.
Namespace: Microsoft.VisualStudio.TextTemplating.Modeling
Assembly: Microsoft.VisualStudio.TextTemplating.Modeling.12.0 (in Microsoft.VisualStudio.TextTemplating.Modeling.12.0.dll)
Syntax
'Declaration
Protected Overridable Sub ReportError ( _
category As ErrorCategory, _
message As String _
)
protected virtual void ReportError(
ErrorCategory category,
string message
)
protected:
virtual void ReportError(
ErrorCategory category,
String^ message
)
abstract ReportError :
category:ErrorCategory *
message:string -> unit
override ReportError :
category:ErrorCategory *
message:string -> unit
protected function ReportError(
category : ErrorCategory,
message : String
)
Parameters
category
Type: Microsoft.VisualStudio.Modeling.Integration.ErrorCategoryModelBus ErrorCategory
message
Type: System.StringMessage string
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.