Edit

Share via


OrleansTransactionLockUpgradeException Class

Definition

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
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)

Applies to