OrleansOrphanCallException 类

定义

表示执行事务已中止,因为某个方法未等待其所有挂起的调用。

[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
继承
属性

构造函数

OrleansOrphanCallException(SerializationInfo, StreamingContext)

表示执行事务已中止,因为某个方法未等待其所有挂起的调用。

OrleansOrphanCallException(String, Int32)

表示执行事务已中止,因为某个方法未等待其所有挂起的调用。

属性

TransactionId

中止的事务的唯一标识符。

(继承自 OrleansTransactionAbortedException)

方法

GetObjectData(SerializationInfo, StreamingContext)
已过时.

表示执行事务已中止,因为某个方法未等待其所有挂起的调用。

(继承自 OrleansTransactionAbortedException)

适用于