Apache.NMS.ActiveMQ.Transport.TransportFilter.OnException C# (CSharp) Метод

OnException() защищенный Метод

protected OnException ( ITransport sender, Exception command ) : void
sender ITransport
command System.Exception
Результат void
        protected virtual void OnException(ITransport sender, Exception command)
        {
            this.exceptionHandler(sender, command);
        }