Class HTTPStatusException
Respresents a HTTP response status.
class HTTPStatusException
: object .Exception
;
Throwing this exception from within a request handler will produce a matching error page.
Constructors
Name | Description |
---|---|
this
(status, message, file, line, next)
|
Fields
Name | Type | Description |
---|---|---|
debugMessage
|
string |
Properties
Name | Type | Description |
---|---|---|
status [get]
|
int | The HTTP status code |