次の方法で共有


WrappedException.CreateAndRethrow(Exception) メソッド

定義

クラスの新しいインスタンスを WrappedException 作成し、指定された例外のスタック トレースを使用してクラスを再スローします。

public static void CreateAndRethrow (Exception exception);
static member CreateAndRethrow : Exception -> unit
Public Shared Sub CreateAndRethrow (exception As Exception)

パラメーター

exception
Exception

例外。

適用対象