Click or drag to resize

IHubClientLogExceptionFunction Property

Gets or sets delegate to use to log exception messages.

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

Property Value

ActionException
See Also