ErrorParameterBinding Class
Defines a binding error.
Assembly: System.Web.Http (in System.Web.Http.dll)
System.Web.Http.Controllers::HttpParameterBinding
System.Web.Http.ModelBinding::ErrorParameterBinding
| Name | Description | |
|---|---|---|
![]() | ErrorParameterBinding(HttpParameterDescriptor^, String^) | Initializes a new instance of the ErrorParameterBinding class. |
| Name | Description | |
|---|---|---|
![]() | Descriptor | Gets the HttpParameterDescriptor that was used to initialize this instance.(Inherited from HttpParameterBinding.) |
![]() | ErrorMessage | Gets the error message.(Overrides HttpParameterBinding::ErrorMessage.) |
![]() | IsValid | Gets a value that indicates whether the binding was successful.(Inherited from HttpParameterBinding.) |
![]() | WillReadBody | Returns a value indicating whether this HttpParameterBinding instance will read the entity body of the HTTP message.(Inherited from HttpParameterBinding.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | ExecuteBindingAsync(ModelMetadataProvider^, HttpActionContext^, CancellationToken) | Executes the binding method during synchronization.(Overrides HttpParameterBinding::ExecuteBindingAsync(ModelMetadataProvider^, HttpActionContext^, CancellationToken).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetValue(HttpActionContext^) | Gets the parameter value from argument dictionary of the action context.(Inherited from HttpParameterBinding.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetValue(HttpActionContext^, Object^) | Sets the result of this parameter binding in the argument dictionary of the action context. (Inherited from HttpParameterBinding.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


