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