Edit

Share via


OrleansTransactionLockUpgradeException Class

Definition

Signifies that the executing transaction has aborted because it could not upgrade some lock

[Orleans.GenerateSerializer]
[System.Serializable]
public sealed class OrleansTransactionLockUpgradeException : Orleans.Transactions.OrleansTransactionTransientFailureException
[System.Serializable]
public class OrleansTransactionLockUpgradeException : Orleans.Transactions.OrleansTransactionTransientFailureException
[<Orleans.GenerateSerializer>]
[<System.Serializable>]
type OrleansTransactionLockUpgradeException = class
    inherit OrleansTransactionTransientFailureException
[<System.Serializable>]
type OrleansTransactionLockUpgradeException = class
    inherit OrleansTransactionTransientFailureException
Public NotInheritable Class OrleansTransactionLockUpgradeException
Inherits OrleansTransactionTransientFailureException
Public Class OrleansTransactionLockUpgradeException
Inherits OrleansTransactionTransientFailureException
Inheritance
Attributes

Constructors

Name Description
OrleansTransactionLockUpgradeException(SerializationInfo, StreamingContext)
OrleansTransactionLockUpgradeException(String)

Properties

Name Description
TransactionId

The unique identifier of the aborted transaction.

(Inherited from OrleansTransactionAbortedException)

Methods

Name Description
GetObjectData(SerializationInfo, StreamingContext)
Obsolete.
(Inherited from OrleansTransactionAbortedException)

Applies to