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

Relativity.Transfer.TransferException

public class TransferException : Exception
public bool Fatal { get; }

public TransferException(bool fatal)

public TransferException(string message)

public TransferException(string message, bool fatal)

public TransferException(string message, Exception innerException)

public TransferException(string message, Exception innerException, bool fatal)