Edit

Share via


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

Applies to