RuntimeWrappedException(Object) Construtor
Definição
Inicializa uma nova instância do RuntimeWrappedException que contém o objeto de exceção interna.Initializes a new instance of the RuntimeWrappedException that contains the inner exception object.
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
A exceção que está sendo encapsulada.The exception getting wrapped.