RuntimeWrappedException(Object) Constructeur

Définition

Initialise une nouvelle instance de RuntimeWrappedException qui contient l’objet d’exception interne.

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)

Paramètres

thrownObject
Object

Exception en cours de wrapping.

S’applique à