ILiveWatchEngineReportConfigurationError Method
Shows a message box describing one of the common configuration errors detected by the live watch plugins.
Namespace: VisualGDBExtensibility.LiveWatchAssembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
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).