RuntimeWrappedException::WrappedException Property

 

Gets the object that was wrapped by the RuntimeWrappedException object.

Namespace:   System.Runtime.CompilerServices
Assembly:  mscorlib (in mscorlib.dll)

public:
property Object^ WrappedException {
	Object^ get();
}

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
Return to top
Show: