Smuxi.Frontend.Gnome.ChatView.OnLastSeenHighlightQueueExceptionEvent C# (CSharp) Method

OnLastSeenHighlightQueueExceptionEvent() protected method

protected OnLastSeenHighlightQueueExceptionEvent ( object sender, Smuxi.Common.TaskQueueExceptionEventArgs e ) : void
sender object
e Smuxi.Common.TaskQueueExceptionEventArgs
return void
        protected virtual void OnLastSeenHighlightQueueExceptionEvent(object sender, TaskQueueExceptionEventArgs e)
        {
            Trace.Call(sender, e);

            #if LOG4NET
            _Logger.Error("Exception in TaskQueue: ", e.Exception);
            _Logger.Error("Inner-Exception: ", e.Exception.InnerException);
            #endif
            Frontend.ShowException(e.Exception);
        }