Constructor: AjaxException(string, HttpStatusCode)
Declaration
public AjaxException(
string message,
HttpStatusCode status = HttpStatusCode._400_BadRequest
)
Summary
Constructor.
Parameters
string | message |
Exception message. |
HttpStatusCode | status |
HTTP status code. |