Relativity.DataExchange.Process.ErrorReportEventArgs
Represents the error report event argument data. This class cannot be inherited.
namespace Relativity.DataExchange.Process
{
public sealed class ErrorReportEventArgs : EventArgs
{
public IDictionary Error { get; }
public ErrorReportEventArgs(IDictionary error);
}
}