Attempts to transition the underlying System.Threading.Tasks.Task`1 into the TaskStatus.Faulted state.
- exception
- The exception to bind to this System.Threading.Tasks.Task`1.
True if the operation was successful; otherwise, false.
This operation will return false if the System.Threading.Tasks.Task`1 is already in one of the three final states: TaskStatus.RanToCompletion, TaskStatus.Faulted, or TaskStatus.Canceled.