OrleansOrphanCallException 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 a method did not await all its pending calls.
[System.Serializable]
public class OrleansOrphanCallException : Orleans.Transactions.OrleansTransactionAbortedException
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class OrleansOrphanCallException : Orleans.Transactions.OrleansTransactionAbortedException
[<System.Serializable>]
type OrleansOrphanCallException = class
inherit OrleansTransactionAbortedException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type OrleansOrphanCallException = class
inherit OrleansTransactionAbortedException
Public Class OrleansOrphanCallException
Inherits OrleansTransactionAbortedException
Public NotInheritable Class OrleansOrphanCallException
Inherits OrleansTransactionAbortedException
- Inheritance
-
OrleansOrphanCallException
- Attributes
Constructors
OrleansOrphanCallException(SerializationInfo, StreamingContext) | |
OrleansOrphanCallException(String, Int32) |
Properties
TransactionId |
The unique identifier of the aborted transaction. (Inherited from OrleansTransactionAbortedException) |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Obsolete.
(Inherited from OrleansTransactionAbortedException)
|