示例#1
0
 public static IApiEnumResponse <T> SetException <T>(this IApiEnumResponse <T> response, Exception exception)
 {
     response.Exception = ExceptionInfo.GetFromException(exception);
     return(response);
 }