Example #1
0
 public void AddIgnoreExceptions(params Type[] exceptionTypes)
 {
     stateStore.AddIgnoreExceptions(exceptionTypes);
 }