Class FailedPreconditionException
- Namespace
- MarymoorStudios.Core.Rpc.Exceptions
- Assembly
- MarymoorStudios.Core.Rpc.Exceptions.dll
The operation was rejected because the system is not in a state required for the operation's execution.
[DataContract]
public sealed class FailedPreconditionException : Exception, ISerializable
- Inheritance
-
FailedPreconditionException
- Implements
- Inherited Members
Remarks
Use the following guidelines to decide between FailedPreconditionException, AbortedException, and UnavailableException:
See also: UnavailableException or AbortedException.
Constructors
FailedPreconditionException()
public FailedPreconditionException()
FailedPreconditionException(string?)
public FailedPreconditionException(string? message)
Parameters
message
string
FailedPreconditionException(string?, Exception?)
public FailedPreconditionException(string? message, Exception? inner)