refactor(Gitee): 更新异常捕获类型
#Comment comment commit:6de2b520da5b2a9316bcf4c7b04da620c32a304e #Issue link https://gitee.com/LongbowEnterprise/dashboard/issues?id=IXXPS
This commit is contained in:
parent
5e24d8d07a
commit
2cf6c14266
|
@ -116,7 +116,7 @@ namespace Bootstrap.Admin.Controllers.Api
|
|||
var resq = await requestUrl();
|
||||
ret = callback(resq);
|
||||
}
|
||||
catch (TaskCanceledException)
|
||||
catch (OperationCanceledException)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue