Method | Description | |
---|---|---|
BadRequestException ( ModelStateDictionary modelState ) : System | ||
BadRequestException ( string message ) : System | ||
BadRequestException ( string key, string errorMessage ) : System |
public BadRequestException ( ModelStateDictionary modelState ) : System | ||
modelState | ModelStateDictionary | |
return | System |
public BadRequestException ( string message ) : System | ||
message | string | |
return | System |
public BadRequestException ( string key, string errorMessage ) : System | ||
key | string | |
errorMessage | string | |
return | System |