ExceptionSurrogate.Message 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 message.

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

Syntax

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

Property Value

Type: System.String
The message.

See Also

Reference

ExceptionSurrogate Class

System.Web.Http.Dispatcher Namespace