System.Runtime.CompilerServices.RuntimeWrappedException.WrappedException Property

Gets the object that was wrapped by the System.Runtime.CompilerServices.RuntimeWrappedException object.

Syntax

public object WrappedException { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The RuntimeWrappedException.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.

Requirements

Namespace: System.Runtime.CompilerServices
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0