MqContextC - move and copy an error from a context … More...
Functions | |
MkErrorC | csmqmsgque.MqContextC.ErrorFORMAT () |
C#: → C-API helper used to access MkErrorDEFAULT from MqContextC | |
MkErrorE | csmqmsgque.MqContextC.ErrorCopy (MqContextC sourceCtx) |
C#: → C-API copy a MkErrorS from the sourceCtx to the targetCtx … | |
MkErrorE | csmqmsgque.MqContextC.ErrorMove (MqContextC sourceCtx) |
C#: → C-API move a MkErrorS from the sourceCtx to the targetCtx … | |
MqContextC - move and copy an error from a context …
|
inline |
C#:
→ C-API MkErrorE targetCtx.ErrorCopy(MqContextC sourceCtx)
copy a MkErrorS from the sourceCtx to the targetCtx …
Definition at line 715 of file MqContextC.cs.
|
inline |
C#:
→ C-API MkErrorC fmtobj.ErrorFORMAT()
helper used to access MkErrorDEFAULT from MqContextC
Definition at line 707 of file MqContextC.cs.
|
inline |
C#:
→ C-API MkErrorE targetCtx.ErrorMove(MqContextC sourceCtx)
move a MkErrorS from the sourceCtx to the targetCtx …
Definition at line 722 of file MqContextC.cs.