Name | Description | |
---|---|---|
![]() | Catch | Adds a rejected handler for this promise |
![]() | CatchPromiseUndefined | Adds a rejected handler for this promise |
![]() | Finally | Adds a handler which is executed when the promise is either fulfilled or rejected |
![]() | FinallyPromiseUndefined | Adds a handler which is executed when the promise is either fulfilled or rejected |
![]() | GetException | Gets the promise exception, if it is rejected. |
![]() | GetResult | Gets the promise result, if it is fullfilled. |
![]() | Then | Overloaded. Adds fulfilled and rejected handlers for this promise |