|
HubClientBaseLogExceptionFunction Property
|
Gets or sets delegate to use to log exception messages.
Namespace: GSF.Web.HubsAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.248-beta
Syntaxpublic Action<Exception> LogExceptionFunction { get; set; }
Public Property LogExceptionFunction As Action(Of Exception)
Get
Set
public:
virtual property Action<Exception^>^ LogExceptionFunction {
Action<Exception^>^ get () sealed;
void set (Action<Exception^>^ value) sealed;
}
abstract LogExceptionFunction : Action<Exception> with get, set
override LogExceptionFunction : Action<Exception> with get, set
function get_LogExceptionFunction();
function set_LogExceptionFunction(value);
View SourceProperty Value
ActionExceptionImplements
IHubClientLogExceptionFunction
See Also