Class AbortedException
- Namespace
- MarymoorStudios.Core.Rpc.Exceptions
- Assembly
- MarymoorStudios.Core.Rpc.Exceptions.dll
The operation has been terminated ungracefully.
[DataContract]
public class AbortedException : Exception, ISerializable
- Inheritance
-
AbortedException
- Implements
- Inherited Members
Remarks
The operation was aborted, typically due to disconnection, a concurrency issue such as a sequencer check failure, or a transaction abort.
See guidelines at: FailedPreconditionException and UnavailableException.
Constructors
AbortedException()
public AbortedException()
AbortedException(string?)
public AbortedException(string? message)
Parameters
message
string
AbortedException(string?, Exception?)
public AbortedException(string? message, Exception? inner)