Example #1
0
 public DefaultExceptionHanlder(ExceptionHandlerContext context)
 {
     this.Context = context;
 }
 public ValidationExceptionHanlder(ExceptionHandlerContext context)
 {
     this.Context = context;
 }
Example #3
0
 public FrameworkExceptionHanlder(ExceptionHandlerContext context)
 {
     this.Context = context;
 }