Nanook.QueenBee.QbItemEditorBase.ShowException C# (CSharp) Method

ShowException() protected method

protected ShowException ( string title, Exception ex ) : void
title string
ex System.Exception
return void
        protected void ShowException(string title, Exception ex)
        {
            OnError(new ErrorEventArgs(title, ex));
        }