HttpParameterBinding.ErrorMessage Property

 

If the binding is invalid, gets an error message that describes the binding error.

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

Syntax

public virtual string ErrorMessage { get; }
public:
property String^ ErrorMessage {
    virtual String^ get();
}
abstract ErrorMessage : string with get
override ErrorMessage : string with get
Public Overridable ReadOnly Property ErrorMessage As String

Property Value

Type: System.String

An error message. If the binding was successful, the value is null.

See Also

HttpParameterBinding Class
System.Web.Http.Controllers Namespace

Return to top