Freigeben über


WrappedException.CreateAndRethrow(Exception) Methode

Definition

Erstellt eine neue instance der WrappedException -Klasse und wiederholt sie mithilfe der Stapelablaufverfolgung der bereitgestellten Ausnahme.

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

Parameter

exception
Exception

Die Ausnahme.

Gilt für: