<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

Relativity.Services.Objects.Exceptions.InsufficientArgumentException

public class InsufficientArgumentException : ValidationException
Represents exceptions that occur when a parameter does not have enough fields or values in Object Manager

Initializes a new instance of the InsufficientArgumentException class.

public InsufficientArgumentException(string message)

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

public InsufficientArgumentException(string message, Exception innerException)

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