Ejemplo n.º 1
0
 /// <summary>
 /// Check if the result of the execution yielded an exception.
 /// </summary>
 /// <returns>{@code true} if execution of the task gave rise to an exception, {@code false} otherwise.</returns>
 public bool IsExceptionResult()
 {
     return(_result.IsExceptional());
 }