Apache.NMS.ActiveMQ.Test.InactivityMonitorTest.OnException C# (CSharp) Method

OnException() public method

public OnException ( ITransport transport, Exception exception ) : void
transport ITransport
exception System.Exception
return void
        public void OnException(ITransport transport, Exception exception)
        {
            Tracer.Debug("Test: Received Exception from Transport: " + exception );
            exceptions.Add( exception );
        }