Click or drag to resize

RazorViewExceptionHandler Property

Gets or sets delegate used to handle exceptions.

Namespace: GSF.Web.Model
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public Action<Exception> ExceptionHandler { get; set; }
View Source

Property Value

ActionException
See Also