Nanook.QueenBee.EditorForm.showException C# (CSharp) Method

showException() private method

private showException ( string title, Exception ex ) : void
title string
ex Exception
return void
        private void showException(string title, Exception ex)
        {
            showError(title, ex.Message);
        }
EditorForm