Test.Writer.Applications.Documents.MockDocumentType.CheckThrowException C# (CSharp) Method

CheckThrowException() private method

private CheckThrowException ( ) : void
return void
        private void CheckThrowException()
        {
            if (ThrowException) { throw new FileNotFoundException("ThrowException has been activated on the MockDocumentType."); }
        }
    }