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