OrleansCascadingAbortException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
-
OrleansCascadingAbortException
- Attributes
Constructors
Properties
DependentTransactionId | |
TransactionId |
The unique identifier of the aborted transaction. (Inherited from OrleansTransactionAbortedException) |
Methods
GetObjectData(SerializationInfo, StreamingContext) |