Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft