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

InvalidValueTypeException

Represents exceptions that occur when specifying the wrong type of value in Object Manager

Initializes a new instance of the InvalidValueTypeException class.

public InvalidValueTypeException(string message)

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

public InvalidValueTypeException(string message, Exception innerException)

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