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

Relativity.Services.Objects.Exceptions.ArtifactNotFoundException

public class ArtifactNotFoundException : ValidationException
Represents exceptions that occur when Object Manager can't find an artifact required for an operation.

Initializes a new instance of the ArtifactNotFoundException class.

public ArtifactNotFoundException(string message)

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

public ArtifactNotFoundException(string message, Exception innerException)

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