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

UpdateFailedException

Represents an exceptional failure attempting to update data via SQL.

Initializes a new instance of UpdateFailedException.

public UpdateFailedException(string message)

Initializes a new instance of UpdateFailedException with the specified message.

public UpdateFailedException(string message, Exception innerException)

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

Initializes a new instance of UpdateFailedException with serialized data.