RuntimeWrappedException(Object) Constructeur

Définition

Initialise une nouvelle instance du RuntimeWrappedException fichier 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 encapsulée.

S’applique à