ExceptionSurrogate.ExceptionType 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 exception type.

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

Syntax

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

Property Value

Type: System.String
The exception type.

See Also

Reference

ExceptionSurrogate Class

System.Web.Http.Dispatcher Namespace