<PackageReference Include="Relativity.Server.Shared.SDK" Version="5000.0.1" />

Relativity.Shared.V1.Exceptions.InvalidInputException

public class InvalidInputException : ValidationException
A ValidationException that includes validation errors to be displayed to the consumer
public ValidationError[] Errors { get; set; }

The Errors associated with the exception.

Initializes a new instance of the InvalidInputException class.

public InvalidInputException(string message)

Initializes a new instance of the InvalidInputException class with an error message that describes the exception.

public InvalidInputException(string message, Exception innerException)

Initializes a new instance of the InvalidInputException class with a message that describes the exception and a reference to the inner exception that caused the exception.

Initializes a new instance of the InvalidInputException class with serialization data.