Defines a binding error.
Inheritance Hierarchy
System.Object
  System.Web.Http.Controllers.HttpParameterBinding
    System.Web.Http.ModelBinding.ErrorParameterBinding
Namespace:  System.Web.Http.ModelBinding
Assembly:  System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Class ErrorParameterBinding _
    Inherits HttpParameterBinding
'Usage
Dim instance As ErrorParameterBinding
public class ErrorParameterBinding : HttpParameterBinding
public ref class ErrorParameterBinding : public HttpParameterBinding
type ErrorParameterBinding =  
    class 
        inherit HttpParameterBinding 
    end
public class ErrorParameterBinding extends HttpParameterBinding
The ErrorParameterBinding type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | ErrorParameterBinding | Initializes a new instance of the ErrorParameterBinding class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Descriptor | Gets the HttpParameterDescriptor that was used to initialize this instance. (Inherited from HttpParameterBinding.) | 
| .jpeg) | ErrorMessage | Gets the error message. (Overrides HttpParameterBinding.ErrorMessage.) | 
| .jpeg) | IsValid | Gets a value that indicates whether the binding was successful. (Inherited from HttpParameterBinding.) | 
| .jpeg) | WillReadBody | Returns a value indicating whether this HttpParameterBinding instance will read the entity body of the HTTP message. (Inherited from HttpParameterBinding.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals | (Inherited from Object.) | 
| .jpeg) | ExecuteBindingAsync | Executes the binding method during synchronization. (Overrides HttpParameterBinding.ExecuteBindingAsync(ModelMetadataProvider, HttpActionContext, CancellationToken).) | 
| .jpeg) | Finalize | (Inherited from Object.) | 
| .jpeg) | GetHashCode | (Inherited from Object.) | 
| .jpeg) | GetType | (Inherited from Object.) | 
| .jpeg) | GetValue | Gets the parameter value from argument dictionary of the action context. (Inherited from HttpParameterBinding.) | 
| .jpeg) | MemberwiseClone | (Inherited from Object.) | 
| .jpeg) | SetValue | Sets the result of this parameter binding in the argument dictionary of the action context. (Inherited from HttpParameterBinding.) | 
| .jpeg) | ToString | (Inherited from Object.) | 
Top
Remarks
This includes a message that can give meaningful information to a client.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.