Dev2.Core.Tests.Settings.TestSettingsViewModel.ShowError C# (CSharp) Method

ShowError() protected method

protected ShowError ( string header, string description ) : void
header string
description string
return void
        protected override void ShowError(string header, string description)
        {
            ShowErrorHitCount++;
            base.ShowError(header, description);
        }