Apache.NMS.Test.BadConsumeTest.ExceptionValidationCheck C# (CSharp) Method

ExceptionValidationCheck() public method

public ExceptionValidationCheck ( Exception ex ) : void
ex System.Exception
return void
        public void ExceptionValidationCheck(Exception ex)
        {
            Assert.IsNotNull(ex as NMSException, "Invalid exception was thrown.");
        }