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

Relativity.DataExchange.Process.FatalExceptionEventArgs

public sealed class FatalExceptionEventArgs : EventArgs
Represents the fatal exception event argument data. This class cannot be inherited.
namespace Relativity.DataExchange.Process { public sealed class FatalExceptionEventArgs : EventArgs { public Exception FatalException { get; } public FatalExceptionEventArgs(Exception exception); } }