예제 #1
0
 // returns an exception so that you can throw this function call in situations where you want
 // the compiler to think the codepath terminates
 public System.Exception ThrowEofException()
 {
     return(ParserException.ThrowEofException(this.fileName));
 }
예제 #2
0
 // returns an exception so that you can throw this function call in situations where you want
 // the compiler to think the codepath terminates
 public System.Exception ThrowEofException()
 {
     throw ParserException.ThrowEofException(this.file.Name);
 }