OrleansTransactionTransientFailureException Class
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.
C#
[System.Serializable]
public class OrleansTransactionTransientFailureException : Orleans.Transactions.OrleansTransactionAbortedException
C#
[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
Transaction |
The unique identifier of the aborted transaction. (Inherited from OrleansTransactionAbortedException) |
Get |
Obsolete.
(Inherited from OrleansTransactionAbortedException)
|
Product | Versies |
---|---|
.NET Orleans | 3.4.5, 3.6.0, 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |