RunException¶
-
PmpException IHoming.RunException { get; }¶
Gets the exception that caused the homing procedure to fail.
- Value
PmpException – Exception containing details about the error that occurred. Null reference if no run error occurred.
- Throws
CommunicationErrorException– Protocol error.ConnectionLostException– Connection to controller lost.RebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.System.ObjectDisposedException– Object is disposed.