RuntimeWrappedException(Object) Konstruktor

Definition

Initierar en ny instans av RuntimeWrappedException som innehåller det inre undantagsobjektet.

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)

Parametrar

thrownObject
Object

Undantaget omsluts.

Gäller för