Relativity.Transfer.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);
}
}