OrleansCascadingAbortException
class
Namespace: Orleans.Transactions
Signifies that the executing transaction has aborted because a dependent transaction aborted.
[Orleans.GenerateSerializer]public sealed class OrleansCascadingAbortException : OrleansTransactionTransientFailureExceptionConstructors
OrleansCascadingAbortException(string)Initializes a new instance of theOrleansCascadingAbortExceptionclass.OrleansCascadingAbortException(string, Exception?)Initializes a new instance of theOrleansCascadingAbortExceptionclass.OrleansCascadingAbortException(string, string)Initializes a new instance of theOrleansCascadingAbortExceptionclass.
Properties
DependentTransactionIdGets the identifier of the dependent transaction which aborted, if known.
Methods
GetObjectData(SerializationInfo, StreamingContext)When overridden in a derived class, sets theSystem.Runtime.Serialization.SerializationInfowith information about the exception.
