Method Combine
Combine(params Result[])
Examines specified collection for the unsuccessful result.
public static Result Combine(params Result[] results)
Parameters
results
Result[]Array to probe.
Returns
- Result
First occurrence of the unsuccessful result if ones present in the array; otherwise OK result.