![](../icons/Help.png) | KM_ControllerErrorReceived Event |
Error Messages are routed through this event
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntaxpublic event KMErrorHandler ErrorReceived
Public Event ErrorReceived As KMErrorHandler
public:
event KMErrorHandler^ ErrorReceived {
void add (KMErrorHandler^ value);
void remove (KMErrorHandler^ value);
}
Value
KMErrorHandler
See Also