ExceptionSurrogate.InnerException Property

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

Gets or sets the inner exception.

Namespace:  System.Web.Http.Dispatcher
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

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

Property Value

Type: System.Web.Http.Dispatcher.ExceptionSurrogate
The inner exception.

See Also

Reference

ExceptionSurrogate Class

System.Web.Http.Dispatcher Namespace