WrappedException 类

定义

Orleans 运行时用于报告错误的异常类。

[Orleans.GenerateSerializer]
[System.Serializable]
public class WrappedException : Orleans.Runtime.OrleansException
[<Orleans.GenerateSerializer>]
[<System.Serializable>]
type WrappedException = class
    inherit OrleansException
Public Class WrappedException
Inherits OrleansException
继承
WrappedException
属性

注解

这也是 Orleans 运行时引发的任何更具体异常的基类。

构造函数

WrappedException(SerializationInfo, StreamingContext)
已过时.

初始化 WrappedException 类的新实例。

WrappedException(String)

初始化 WrappedException 类的新实例。

属性

OriginalExceptionType

获取或设置原始异常的类型。

方法

CreateAndRethrow(Exception)

创建 类的新实例, WrappedException 并使用提供的异常的堆栈跟踪重新引发该实例。

GetObjectData(SerializationInfo, StreamingContext)
已过时.

Orleans 运行时用于报告错误的异常类。

ToString()

Orleans 运行时用于报告错误的异常类。

适用于