ILiveWatchEngineReportConfigurationError Method

Shows a message box describing one of the common configuration errors detected by the live watch plugins.

Definition

Namespace: VisualGDBExtensibility.LiveWatch
Assembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
void ReportConfigurationError(
	LiveWatchConfigurationError error,
	string details = null
)

Parameters

error  LiveWatchConfigurationError
Specifies the error type.
details  String  (Optional)
Specifies optional details about the error (type-specific).

See Also