Test.Writer.Applications.Documents.MockDocumentType.CheckThrowException C# (CSharp) 메소드

CheckThrowException() 개인적인 메소드

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