OrleansOrphanCallException Class

Definition

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

Applies to