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 ランタイムによって使用される例外クラス。

適用対象