<PackageReference Include="Relativity.Server.Transfer.SDK" Version="25000.0.6" />

Relativity.Transfer.ExceptionHelper

static class ExceptionHelper
namespace Relativity.Transfer { internal static class ExceptionHelper { public static bool IsFatalException(Exception exception); public static bool IsSuspectedHttpTimeoutException(Exception exception); public static bool IsPathException(Exception exception); } }