Java コードで c# に移植しています。次の Java コードを c# で書き直したいと思いました。前もって感謝します :)
// Called whenever an exception would be thrown.
public void onException(java.lang.Throwable throwable, WebDriver driver){
System.out.println("onException' Called whenever an exception would be thrown ...");
}