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

ConflictException

Represents exceptions that occur when the request could not be carried out because of a conflict on the server.

Initializes a new instance of the ConflictException class.

public ConflictException(string message)

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

public ConflictException(string message, Exception innerException)

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