Share via


WrappedException.InnerException Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.Services.Common
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property InnerException As WrappedException
[DataMemberAttribute]
public WrappedException InnerException { get; set; }
[DataMemberAttribute]
public:
property WrappedException^ InnerException {
    WrappedException^ get ();
    void set (WrappedException^ value);
}
[<DataMemberAttribute>]
member InnerException : WrappedException with get, set
function get InnerException () : WrappedException 
function set InnerException (value : WrappedException)

Property Value

Type: Microsoft.VisualStudio.Services.Common.WrappedException

.NET Framework Security

See Also

Reference

WrappedException Class

Microsoft.VisualStudio.Services.Common Namespace