aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Services/QCloudCosService.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-04-30 20:00:42 +0800
committercrupest <crupest@outlook.com>2019-04-30 20:00:42 +0800
commita04bcb5971872e7dbc079de9337875e73f7642dc (patch)
tree37c2b6f9dcb3d6f57867ebc7538523d1a338183d /Timeline/Services/QCloudCosService.cs
parent484f59f9c954fdced635c24c5ab49840c3022d93 (diff)
downloadtimeline-a04bcb5971872e7dbc079de9337875e73f7642dc.tar.gz
timeline-a04bcb5971872e7dbc079de9337875e73f7642dc.tar.bz2
timeline-a04bcb5971872e7dbc079de9337875e73f7642dc.zip
Throw exception in cos service.
Diffstat (limited to 'Timeline/Services/QCloudCosService.cs')
-rw-r--r--Timeline/Services/QCloudCosService.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Timeline/Services/QCloudCosService.cs b/Timeline/Services/QCloudCosService.cs
index 078dd37b..b37631e5 100644
--- a/Timeline/Services/QCloudCosService.cs
+++ b/Timeline/Services/QCloudCosService.cs
@@ -234,7 +234,7 @@ namespace Timeline.Services
catch (Exception e)
{
_logger.LogError(e, "An error occured when test a cos object existence.");
- return false;
+ throw;
}
}
@@ -297,6 +297,7 @@ namespace Timeline.Services
catch (Exception e)
{
_logger.LogError(e, "An error occured when test a cos object existence.");
+ throw;
}
}