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

NotFoundException

Represents exceptions that occur when the server cannot find what was requested.

Initializes a new instance of the NotFoundException class.

public NotFoundException(string message)

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

public NotFoundException(string message, Exception innerException)

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