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

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); } }