Edit

Share via


OrleansCascadingAbortException Class

Definition

Signifies that the executing transaction has aborted because a dependent transaction aborted.

[System.Serializable]
public class OrleansCascadingAbortException : Orleans.Transactions.OrleansTransactionTransientFailureException
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class OrleansCascadingAbortException : Orleans.Transactions.OrleansTransactionTransientFailureException
[<System.Serializable>]
type OrleansCascadingAbortException = class
    inherit OrleansTransactionTransientFailureException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type OrleansCascadingAbortException = class
    inherit OrleansTransactionTransientFailureException
Public Class OrleansCascadingAbortException
Inherits OrleansTransactionTransientFailureException
Public NotInheritable Class OrleansCascadingAbortException
Inherits OrleansTransactionTransientFailureException
Inheritance
Attributes

Constructors

OrleansCascadingAbortException(SerializationInfo, StreamingContext)
OrleansCascadingAbortException(String)
OrleansCascadingAbortException(String, Exception)
OrleansCascadingAbortException(String, String)

Properties

DependentTransactionId
TransactionId

The unique identifier of the aborted transaction.

(Inherited from OrleansTransactionAbortedException)

Methods

GetObjectData(SerializationInfo, StreamingContext)

Applies to