WrappedException クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
エラーを報告するために 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
- 継承
- 属性
注釈
これは、Orleans ランタイムによって発生したより具体的な例外の基底クラスでもあります。
コンストラクター
WrappedException(SerializationInfo, StreamingContext) |
古い.
WrappedException クラスの新しいインスタンスを初期化します。 |
WrappedException(String) |
WrappedException クラスの新しいインスタンスを初期化します。 |
プロパティ
OriginalExceptionType |
元の例外の種類を取得または設定します。 |
メソッド
CreateAndRethrow(Exception) |
クラスの新しいインスタンスを WrappedException 作成し、指定された例外のスタック トレースを使用してクラスを再スローします。 |
GetObjectData(SerializationInfo, StreamingContext) |
古い.
エラーを報告するために Orleans ランタイムによって使用される例外クラス。 |
ToString() |
エラーを報告するために Orleans ランタイムによって使用される例外クラス。 |