MkErrorC - various functions to 'raise' a MkErrorS … More...
MkErrorC - various functions to 'raise' a MkErrorS …
An error is "raised" by naming the MkErrorS::text and changing the MkErrorS::code to MK_ERROR.
|
static |
Atl:
→ C-API MkErrorC::AppendC $err message:string
append the message to the MkErrorS::text …
Definition at line 511 of file MkErrorC_atl.c.
|
static |
Atl:
→ C-API MkErrorC [MkErrorC::NoRaise $err]
ignore the next return of MK_ERROR and do not raise an target-language-exception …
Definition at line 495 of file MkErrorC_atl.c.
|
static |
Atl:
→ C-API (static) MkErrorC::PanicC fmtobj:MkObjectC callfunc:string errnum:int32 message:string
do a panic with string as argument …
Definition at line 565 of file MkErrorC_atl.c.
|
static |
Atl:
→ C-API (static) MkErrorC::PanicDEFAULT ?fmtobj:MkObjectC=NULL? ?callfunc:string="MK_NULL"?
make panic from MkErrorDEFAULT_RT …
Definition at line 589 of file MkErrorC_atl.c.
|
static |
Atl:
→ C-API MkErrorC::Raise $err
convert an atlmkkernel error into an programming-language-error and raise afterwards. …
Definition at line 527 of file MkErrorC_atl.c.
|
static |
Atl:
→ C-API MkErrorC::SetC $err message:string ?callfunc:string="MK_NULL"? ?errnum:int32=-1?
'set' and 'raise' the MkErrorC using a string-message and a errnum-number …
Definition at line 541 of file MkErrorC_atl.c.