WrappedException.CreateAndRethrow(Exception) 方法

定义

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

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

参数

exception
Exception

异常。

适用于