<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5002.1.0" />

Relativity.Services.PivotManager.Models.PivotExecutionFailureException

public class PivotExecutionFailureException : ServiceException
Represents exceptions that occur when a Pivot query fails during execution.

Initializes a new instance of the PivotExecutionFailureException class.

public PivotExecutionFailureException(string message)

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

public PivotExecutionFailureException(string message, Exception innerException)

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