Dev2.Core.Tests.Settings.TestSettingsViewModel.ShowError C# (CSharp) 메소드

ShowError() 보호된 메소드

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