RuntimeWrappedException(Object) Constructor

Definitie

Initialiseert een nieuw exemplaar van de RuntimeWrappedException instantie die het binnenste uitzonderingsobject bevat.

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)

Parameters

thrownObject
Object

De uitzondering die wordt verpakt.

Van toepassing op