Apache.NMS.ActiveMQ.Transport.TransportFilter.OnException C# (CSharp) Method

OnException() protected method

protected OnException ( ITransport sender, Exception command ) : void
sender ITransport
command System.Exception
return void
        protected virtual void OnException(ITransport sender, Exception command)
        {
            this.exceptionHandler(sender, command);
        }