MkErrorC - various functions to 'raise' a MkErrorS … More...
Functions | |
MkErrorC | csmkkernel.MkErrorC.NoRaise () |
C#: → C-API ignore the next return of MK_ERROR and do not raise an target-language-exception … | |
void | csmkkernel.MkErrorC.AppendC (string message) |
C#: → C-API append the message to the MkErrorS::text … | |
void | csmkkernel.MkErrorC.Raise () |
C#: → C-API convert an csmkkernel error into an programming-language-error and raise afterwards. … | |
void | csmkkernel.MkErrorC.SetC (string message, [CallerMemberName]string callfunc=null, int errnum=-1) |
C#: → C-API 'set' and 'raise' the MkErrorC using a string-message and a errnum-number … | |
static void | csmkkernel.MkErrorC.PanicC (MkObjectC fmtobj, string callfunc, int errnum, string message) |
C#: → C-API do a panic with string as argument … | |
static void | csmkkernel.MkErrorC.PanicDEFAULT (MkObjectC fmtobj=null, [CallerMemberName]string callfunc=null) |
C#: → C-API make panic from MkErrorDEFAULT_RT … | |
MkErrorC - various functions to 'raise' a MkErrorS …
An error is "raised" by naming the MkErrorS::text and changing the MkErrorS::code to MK_ERROR.
|
inline |
C#:
→ C-API err.AppendC(string message)
append the message to the MkErrorS::text …
Definition at line 341 of file MkErrorC.cs.
|
inline |
C#:
→ C-API MkErrorC err.NoRaise()
ignore the next return of MK_ERROR and do not raise an target-language-exception …
Definition at line 333 of file MkErrorC.cs.
|
inlinestatic |
C#:
→ C-API [static] MkErrorC.PanicC(MkObjectC fmtobj, string callfunc, int errnum, string message)
do a panic with string as argument …
Definition at line 366 of file MkErrorC.cs.
|
inlinestatic |
C#:
→ C-API [static] MkErrorC.PanicDEFAULT(MkObjectC fmtobj = null, [CallerMemberName]string callfunc = null)
make panic from MkErrorDEFAULT_RT …
Definition at line 376 of file MkErrorC.cs.
|
inline |
C#:
→ C-API err.Raise()
convert an csmkkernel error into an programming-language-error and raise afterwards. …
Definition at line 348 of file MkErrorC.cs.
|
inline |
C#:
→ C-API err.SetC(string message, [CallerMemberName]string callfunc = null, int errnum = -1)
'set' and 'raise' the MkErrorC using a string-message and a errnum-number …
Definition at line 354 of file MkErrorC.cs.