Click or drag to resize

HubClientBaseLogExceptionFunction 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
public Action<Exception> LogExceptionFunction { get; set; }
View Source

Property Value

ActionException

Implements

IHubClientLogExceptionFunction
See Also