RuntimeWrappedException(Object) Constructor

Definición

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

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 encapsulada.

Se aplica a