Edit

Share via


OrleansOrphanCallException Class

Definition

Signifies that the executing transaction has aborted because a method did not await all its pending calls.

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

Constructors

Name Description
OrleansOrphanCallException(SerializationInfo, StreamingContext)
OrleansOrphanCallException(String, Int32)

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