Class UofxService.Error
api 的異常處理
public static class UofxService.Error
- Inheritance
-
UofxService.Error
- Inherited Members
Methods
ConvertToModel(AggregateException)
轉換 api 的 AggregateException 為 ExceptionModel
public static List<ExceptionModel> ConvertToModel(AggregateException ae)
Parameters
Returns
ConvertToModel(Exception)
轉換 api 的 Exception 為 ExceptionModel
public static ExceptionModel ConvertToModel(Exception e)