예제 #1
0
 public static void AddApplicationError(this HttpResponse response, IExceptionHandlerFeature error)
 {
     response.AddApplicationError(error.Error.Message);
 }