Apache.NMS.ActiveMQ.Transport.WireFormatNegotiator.OnException C# (CSharp) 메소드

OnException() 보호된 메소드

protected OnException ( ITransport sender, Exception command ) : void
sender ITransport
command System.Exception
리턴 void
        protected override void OnException(ITransport sender, Exception command)
        {
            readyCountDownLatch.countDown();
            this.exceptionHandler(sender, command);
        }