RuntimeWrappedException(Object) Constructor

Definition

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)

Parameters

thrownObject
Object

The exception getting wrapped.

Applies to