Overload List

NameDescription
LiveViewException(LiveViewExceptionCode, String)
Create a LiveViewException with the given message.
LiveViewException(LiveViewExceptionCode, String, Exception)
Create a LiveViewException with the given message and root cause.
LiveViewException(LiveViewExceptionCode, String, array<Object>[]()[][])
Create a LiveViewException with the given message. Convenience method equivalent to LiveViewException(String.Format(msg, params)).
LiveViewException(LiveViewExceptionCode, Exception, String, array<Object>[]()[][])
Create a LiveViewException with the given message and root cause. Convenience method equivalent to LiveViewException(String.Format(msg, params), cause).

See Also