OrleansTransactionTransientFailureException 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 some possibly transient problem, such as internal timeouts for locks or protocol responses, or speculation failures.
[System.Serializable]
public class OrleansTransactionTransientFailureException : Orleans.Transactions.OrleansTransactionAbortedException
[System.Serializable]
[Orleans.GenerateSerializer]
public class OrleansTransactionTransientFailureException : Orleans.Transactions.OrleansTransactionAbortedException
[<System.Serializable>]
type OrleansTransactionTransientFailureException = class
inherit OrleansTransactionAbortedException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type OrleansTransactionTransientFailureException = class
inherit OrleansTransactionAbortedException
Public Class OrleansTransactionTransientFailureException
Inherits OrleansTransactionAbortedException
- Inheritance
-
OrleansTransactionTransientFailureException
- Derived
- Attributes
Constructors
Properties
TransactionId |
The unique identifier of the aborted transaction. (Inherited from OrleansTransactionAbortedException) |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Obsolete.
(Inherited from OrleansTransactionAbortedException)
|