/// <summary> /// Constructor /// </summary> /// <param name="exception">The validation exception</param> public BadRequestResult(ValidationException exception) { exception.NotNull(nameof(exception)); Exception = exception; }