ErrorParameterBinding Constructor (HttpParameterDescriptor, String)

 

Initializes a new instance of the ErrorParameterBinding class.

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

Syntax

public ErrorParameterBinding(
    HttpParameterDescriptor descriptor,
    string message
)
public:
ErrorParameterBinding(
    HttpParameterDescriptor^ descriptor,
    String^ message
)
new : 
        descriptor:HttpParameterDescriptor *
        message:string -> ErrorParameterBinding
Public Sub New (
    descriptor As HttpParameterDescriptor,
    message As String
)

Parameters

See Also

ErrorParameterBinding Class
System.Web.Http.ModelBinding Namespace

Return to top