RuntimeWrappedException::WrappedException Property
.NET Framework (current version)
Gets the object that was wrapped by the RuntimeWrappedException object.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System::Object^The object that was wrapped by the RuntimeWrappedException object.
The WrappedException property gets an object that was thrown as an exception from a language that allows exceptions that do not derive from the Exception class.
.NET Framework
Available since 2.0
Available since 2.0
Show: