<PackageReference Include="Relativity.Server.Utility.SDK" Version="5000.0.0" />

DeleteFailedException

Represents an exceptional failure attempting to delete data via SQL.

Initializes a new instance of DeleteFailedException.

public DeleteFailedException(string message)

Initializes a new instance of DeleteFailedException with the specified message.

public DeleteFailedException(string message, Exception innerException)

Initializes a new instance of DeleteFailedException with the specified message and inner exception.

Initializes a new instance of DeleteFailedException with serialized data.