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