Ejemplo n.º 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));
 }
Ejemplo n.º 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);
 }