<PackageReference Include="Relativity.Server.Testing.Framework.Api.SDK" Version="5000.1.0" />

JobReportException

public class JobReportException : Exception
The Exception that is thrown when there is a FatalException on a JobReport.
public JobReportException(string message)

Initializes a new instance of the JobReportException class.

public JobReportException(string message, Exception innerException)

Initializes a new instance of the JobReportException class.

Initializes a new instance of the JobReportException class.

protected JobReportException(SerializationInfo serializationInfo, StreamingContext streamingContext)