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

SaveConflictException

Represents an exception that occurs due to a conflict in the last modified datetime.

Initializes a new instance of the SaveConflictException class.

public SaveConflictException(string message)

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

public SaveConflictException(string message, Exception innerException)

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