共用方式為


WrappedException.CreateAndRethrow(Exception) 方法

定義

建立 類別的新實例, WrappedException 並使用提供的例外狀況堆疊追蹤重新擲回它。

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

參數

exception
Exception

例外狀況。

適用於