OrleansTransactionLockUpgradeException 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 it could not upgrade some lock
[System.Serializable]
public class OrleansTransactionLockUpgradeException : Orleans.Transactions.OrleansTransactionTransientFailureException
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class OrleansTransactionLockUpgradeException : Orleans.Transactions.OrleansTransactionTransientFailureException
[<System.Serializable>]
type OrleansTransactionLockUpgradeException = class
inherit OrleansTransactionTransientFailureException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type OrleansTransactionLockUpgradeException = class
inherit OrleansTransactionTransientFailureException
Public Class OrleansTransactionLockUpgradeException
Inherits OrleansTransactionTransientFailureException
Public NotInheritable Class OrleansTransactionLockUpgradeException
Inherits OrleansTransactionTransientFailureException
- Inheritance
-
OrleansTransactionLockUpgradeException
- Attributes
Constructors
OrleansTransactionLockUpgradeException(SerializationInfo, StreamingContext) | |
OrleansTransactionLockUpgradeException(String) |
Properties
TransactionId |
The unique identifier of the aborted transaction. (Inherited from OrleansTransactionAbortedException) |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Obsolete.
(Inherited from OrleansTransactionAbortedException)
|