<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

SoapExceptionDetail

public sealed class SoapExceptionDetail
Represents a Relativity SOAP-based exception detail data object. This class cannot be inherited, backwards compatibility isn't guaranteed, and should never be consumed by API users.
public string[] Details { get; set; }

public string ExceptionFullText { get; set; }

public string ExceptionMessage { get; set; }

public string ExceptionTrace { get; set; }

public string ExceptionType { get; set; }