<PackageReference Include="Relativity.Server.Shared.SDK" Version="5000.2.0" />

Relativity.Shared.V1.Exceptions.TemporarilyUnavailableException

public class TemporarilyUnavailableException : ServiceException
Represents exceptions that occur when an underlying service is unavailable due to downtime or maintenance.

Initializes a new instance of the TemporarilyUnavailableException class.

public TemporarilyUnavailableException(string message)

Initializes a new instance of the TemporarilyUnavailableException class with an error message that describes the exception.

public TemporarilyUnavailableException(string message, Exception innerException)

Initializes a new instance of the TemporarilyUnavailableException class with a message that describes the exception and a reference to the inner exception that caused the exception.

Initializes a new instance of the TemporarilyUnavailableException class with serialized data.