Click or drag to resize

TaskResultEventTError Property

Gets the exception thrown by the task.

Namespace:  OBCOM.NetSwitchLib.Servers
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public Exception Error { get; }

Property Value

Type: Exception
The exception thrown by the task or null if the task returned a value and did not throw an exception.
See Also