Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: AjaxException(string, HttpStatusCode)

Declaration

public AjaxException(
    string message,
    HttpStatusCode status = HttpStatusCode._400_BadRequest
)

Summary

Constructor.

Parameters

stringmessage Exception message.
HttpStatusCodestatus HTTP status code.