Example #1
0
 protected TException Catch <TException>() where TException : Exception
 {
     return(_scenarioRunner.Catch <TException>());
 }