|
IHubClientLogExceptionFunction 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
SyntaxAction<Exception> LogExceptionFunction { get; set; }
Property LogExceptionFunction As Action(Of Exception)
Get
Set
property Action<Exception^>^ LogExceptionFunction {
Action<Exception^>^ get ();
void set (Action<Exception^>^ value);
}
abstract LogExceptionFunction : Action<Exception> with get, set
function get_LogExceptionFunction();
function set_LogExceptionFunction(value);
View SourceProperty Value
ActionException
See Also