Overload List
| Name | Description |
|---|---|
| LiveViewHttpException(LiveViewExceptionCode, HttpStatusCode, String, String) |
Create a LiveViewHttpException with the given message.
|
| LiveViewHttpException(LiveViewExceptionCode, HttpStatusCode, String, String, array<Object>[]()[][]) |
Create a LiveViewException with the given message.
Convenience method equivalent to LiveViewHttpException(httpStatus, String.Format(msg, params)).
|