Table of Contents

Class UnavailableException

Namespace
MarymoorStudios.Core.Rpc.Exceptions
Assembly
MarymoorStudios.Core.Rpc.Exceptions.dll

The service is currently unavailable.

[DataContract]
public sealed class UnavailableException : Exception, ISerializable
Inheritance
UnavailableException
Implements
Inherited Members

Remarks

This is most likely a transient condition, which can be corrected by retrying with a backoff. Note that it is not always safe to retry non-idempotent operations.

See guidelines at: FailedPreconditionException and AbortedException .

Constructors

UnavailableException()

public UnavailableException()

UnavailableException(string?)

public UnavailableException(string? message)

Parameters

message string

UnavailableException(string?, Exception?)

public UnavailableException(string? message, Exception? inner)

Parameters

message string
inner Exception