WrappedException.InnerException Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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.TeamFoundation.Framework.Server.WrappedException

.NET Framework Security

See Also

Reference

WrappedException Class

Microsoft.TeamFoundation.Framework.Server Namespace