Relativity.DataExchange.ExceptionExtensions
Represents extension methods for common exception-based operations.
namespace Relativity.DataExchange
{
internal static class ExceptionExtensions
{
public static bool IsCanceledByUser(this Exception ex, CancellationToken token);
}
}