RunException¶
-
PmpException ICommandBase.RunException { get; }¶
Gets the exception that caused the command to fail.
- Value
PmpException – Exception containing details about the error that occurred or 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.