OrleansTransactionAbortedException 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.
[System.Serializable]
public class OrleansTransactionAbortedException : Orleans.Transactions.OrleansTransactionException
[System.Serializable]
[Orleans.GenerateSerializer]
public class OrleansTransactionAbortedException : Orleans.Transactions.OrleansTransactionException
[<System.Serializable>]
type OrleansTransactionAbortedException = class
inherit OrleansTransactionException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type OrleansTransactionAbortedException = class
inherit OrleansTransactionException
Public Class OrleansTransactionAbortedException
Inherits OrleansTransactionException
- Inheritance
- Derived
- Attributes
Constructors
Properties
TransactionId |
The unique identifier of the aborted transaction. |
Methods
GetObjectData(SerializationInfo, StreamingContext) |