concord.Builders.TestRunBuilders.CategoryRunner.UnhandledException C# (CSharp) Method

UnhandledException() public method

public UnhandledException ( Exception exception ) : void
exception System.Exception
return void
        public void UnhandledException(Exception exception)
        {
            MarkAsFinished();
            throw new NotImplementedException("NotImplementedException");
        }