Deveel.Data.Sql.ExecutionContext.AssertNotFinished C# (CSharp) Method

AssertNotFinished() private method

private AssertNotFinished ( ) : void
return void
        private void AssertNotFinished()
        {
            if (HasTermination)
                throw new InvalidOperationException("The context has already terminated.");
        }