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

kCura.WinEDDS.Mapping.KeplerExceptionDetail

public class KeplerExceptionDetail
Represents the SoapException detail property extracted from Kepler ServiceException message. Please also refer SoapExceptionDetail
namespace kCura.WinEDDS.Mapping { public class KeplerExceptionDetail { public string ExceptionType { get; set; } public string ExceptionMessage { get; set; } public string ExceptionFullText { get; set; } public KeplerExceptionDetail(); public KeplerExceptionDetail(Exception exception); } }