OrleansOrphanCallException 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示执行事务已中止,因为某个方法未等待其所有挂起的调用。
[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
- 属性
构造函数
OrleansOrphanCallException(SerializationInfo, StreamingContext) |
表示执行事务已中止,因为某个方法未等待其所有挂起的调用。 |
OrleansOrphanCallException(String, Int32) |
表示执行事务已中止,因为某个方法未等待其所有挂起的调用。 |
属性
TransactionId |
中止的事务的唯一标识符。 (继承自 OrleansTransactionAbortedException) |
方法
GetObjectData(SerializationInfo, StreamingContext) |
已过时.
表示执行事务已中止,因为某个方法未等待其所有挂起的调用。 (继承自 OrleansTransactionAbortedException) |