Share via


BadRequestErrorMessageResult.Message Property

 

Gets the user-visible error message.

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

Syntax

public string Message { get; }
public:
property String^ Message {
    String^ get();
}
member Message : string with get
Public ReadOnly Property Message As String

Property Value

Type: System.String

Returns String.

See Also

BadRequestErrorMessageResult Class
System.Web.Http.Results Namespace

Return to top