aliyun / aliyun-oss-csharp-sdk

Aliyun OSS SDK for C#
MIT License
379 stars 204 forks source link

throw exception in asynchronous task #132

Open ronan-soo opened 2 years ago

ronan-soo commented 2 years ago

If I use this BeginPutObject,BeginGetObject, the method wont rethrow the exception happens here. Easiest test should be disconnect internet, in comparison to GetObject(), an exception "No such host provider is know" should be thrown.

CLAassistant commented 2 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

ronan-soo commented 2 years ago

@huiguangjun is there anyone still maintaining this repository?