Share via


ModelBusEnabledTextTransformation.ReportError(ErrorCategory, String) Method

Definition

Simple handler to convert ModelBus errors to T4 errors.

protected virtual void ReportError (Microsoft.VisualStudio.Modeling.Integration.ErrorCategory category, string message);
abstract member ReportError : Microsoft.VisualStudio.Modeling.Integration.ErrorCategory * string -> unit
override this.ReportError : Microsoft.VisualStudio.Modeling.Integration.ErrorCategory * string -> unit
Protected Overridable Sub ReportError (category As ErrorCategory, message As String)

Parameters

category
Microsoft.VisualStudio.Modeling.Integration.ErrorCategory
message
String

Applies to