OrleansException 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Orleans 运行时用于报告错误的异常类。
[System.Serializable]
public class OrleansException : Exception
[System.Serializable]
[Orleans.GenerateSerializer]
public class OrleansException : Exception
[<System.Serializable>]
type OrleansException = class
inherit Exception
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type OrleansException = class
inherit Exception
Public Class OrleansException
Inherits Exception
- 继承
-
OrleansException
- 派生
- 属性
注解
这也是 Orleans 运行时引发的任何更具体异常的基类。
构造函数
OrleansException() |
初始化 OrleansException 类的新实例。 |
OrleansException(SerializationInfo, StreamingContext) |
已过时.
初始化 OrleansException 类的新实例。 |
OrleansException(String, Exception) |
初始化 OrleansException 类的新实例。 |
OrleansException(String) |
初始化 OrleansException 类的新实例。 |