Throws an exception if a process execution is unsuccessful.
public static void ThrowIfNotSuccessful(IProcessResultValidator<TProcessResult> resultValidator, TProcessResult result, ProcessConfiguration configuration)
The validator used to validate the executed process result.
The result of the executed process.
The configuration for executing the process.