RuntimeWrappedException(Object) Konstruktor

Definition

Initialisiert eine neue Instanz der RuntimeWrappedException, die das innere Ausnahmeobjekt enthält.

public:
 RuntimeWrappedException(System::Object ^ thrownObject);
public RuntimeWrappedException (object thrownObject);
new System.Runtime.CompilerServices.RuntimeWrappedException : obj -> System.Runtime.CompilerServices.RuntimeWrappedException
Public Sub New (thrownObject As Object)

Parameter

thrownObject
Object

Die Ausnahme, die umschlossen wird.

Gilt für