refactor(Gitee): 更新异常捕获类型

#Comment
comment commit:6de2b520da5b2a9316bcf4c7b04da620c32a304e

#Issue
link https://gitee.com/LongbowEnterprise/dashboard/issues?id=IXXPS
This commit is contained in:
Argo Zhang 2019-06-15 12:48:12 +08:00
parent 5e24d8d07a
commit 2cf6c14266
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ namespace Bootstrap.Admin.Controllers.Api
var resq = await requestUrl();
ret = callback(resq);
}
catch (TaskCanceledException)
catch (OperationCanceledException)
{
}