ModelBusEnabledTextTransformation.ReportError(ErrorCategory, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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