Esempio n. 1
0
 public IActionResult RaiseException()
 {
     _exceptionRaiser.RaiseException("E6002", new System.ArgumentNullException(), "test");
     return(View());
 }
 public ActionResult <string> Get(int id)
 {
     _exceptionRaiser.RaiseException("E6002", new System.ArgumentNullException(), "test");
     return("value");
 }