Exemple #1
0
 public System.Exception CreateException(string message)
 {
     return(RuntimeException.Create(message, _currentLine));
 }