RuntimeWrappedException(Object) Constructor

Definición

Inicializa una nueva instancia del objeto RuntimeWrappedException que contiene el objeto de excepción interna.

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)

Parámetros

thrownObject
Object

Excepción que se va a ajustar.

Se aplica a