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

MissingArgumentException

Represents exceptions that occur when missing required parameters

Initializes a new instance of the MissingArgumentException class.

public MissingArgumentException(string message)

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

public MissingArgumentException(string message, Exception innerException)

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