ModelBus::LogError Method (ErrorCategory, String^)

 

Logs an error

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

public:
virtual void LogError(
	ErrorCategory errorCategory,
	String^ message
) sealed

Parameters

errorCategory
Type: Microsoft.VisualStudio.Modeling.Integration::ErrorCategory

Indicates the severity of the error being logged

message
Type: System::String^

The text of the message to be logged

               

Return to top
Show: