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

UnprocessableEntityException

Represents an exception that occurs due to an invalid object being passed in as an API parameter.

Initializes a new instance of the UnprocessableEntityException class.

public UnprocessableEntityException(string message)

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

public UnprocessableEntityException(string message, Exception innerException)

Initializes a new instance of the UnprocessableEntityException 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 UnprocessableEntityException class with serialization data.