Properties

CompletionCode

public int CompletionCode {get; set;}

WebSphere MQ completion code giving rise to the error. The possible values are:

  • MQException.MQCC_WARNING

  • MQException.MQCC_FAILED

ReasonCode

public int ReasonCode {get; set;}

WebSphere MQ reason code describing the error. For a full explanation of the reason codes, refer to the WebSphere MQ Application Programming Reference.


csqzav0553