개정판 af9bffc5
convert FileDownloadTest.csproj 추가
Change-Id: I9e9cdef8f0f1c8fd562522007a789307f23635b8
ConvertService/ServiceBase/Markus.Service.Convert/ConvertService.cs | ||
---|---|---|
273 | 273 |
/// </summary> |
274 | 274 |
/// <param name="saveItem"></param> |
275 | 275 |
/// <returns></returns> |
276 |
private async Task<bool> DownloadFileAsync(SaveItem saveItem)
|
|
276 |
public async Task<bool> DownloadFileAsync(SaveItem saveItem)
|
|
277 | 277 |
{ |
278 | 278 |
bool result = false; |
279 | 279 |
|
... | ... | |
367 | 367 |
|
368 | 368 |
} |
369 | 369 |
} |
370 |
catch (Exception) |
|
370 |
catch (Exception ex)
|
|
371 | 371 |
{ |
372 | 372 |
result = false; |
373 | 373 |
} |
내보내기 Unified diff