Relativity.DataExchange.Process.ExportErrorEventArgs
Represents export error event argument data. This class cannot be inherited.
namespace Relativity.DataExchange.Process
{
public sealed class ExportErrorEventArgs : EventArgs
{
public string Path { get; }
public ExportErrorEventArgs(string path);
}
}