<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="5000.1.0" />

ObjectNotFoundException

Represents error of failed object finding.

Initializes a new instance of the ObjectNotFoundException class.

public ObjectNotFoundException(string message)

Initializes a new instance of the ObjectNotFoundException class.

public ObjectNotFoundException(string message, Exception innerException)

Initializes a new instance of the ObjectNotFoundException class.

Initializes a new instance of the ObjectNotFoundException class.

Creates ObjectNotFoundException instance for case when entity is not found by ID.

public static ObjectNotFoundException CreateForNotFoundByName<T>(string name)

Creates ObjectNotFoundException instance for case when entity is not found by name.