@@ -50,7 +50,7 namespace Implab { | |||||
50 | p.On(SetResult, SetErrorInternal, SetCancelledInternal); |
|
50 | p.On(SetResult, SetErrorInternal, SetCancelledInternal); | |
51 | CancellationRequested(p.Cancel); |
|
51 | CancellationRequested(p.Cancel); | |
52 | } catch (Exception err) { |
|
52 | } catch (Exception err) { | |
53 |
SetErrorInternal(err |
|
53 | SetErrorInternal(err); | |
54 | } |
|
54 | } | |
55 | } else { |
|
55 | } else { | |
56 | SetErrorInternal(error); |
|
56 | SetErrorInternal(error); |
General Comments 0
You need to be logged in to leave comments.
Login now