MkErrorC - various functions to raise a 'System' messagen on MkErrorS … More...
Functions | |
static MkErrorC | csmkkernel.MkErrorC.DEFAULT () |
C#: → C-API default-system-error - default-error … | |
static MkErrorC | csmkkernel.MkErrorC.FORMAT (MkObjectC fmtobj=null) |
C#: → C-API system-error-format - format and return the default-error … | |
static MkErrorC | csmkkernel.MkErrorC.IGNORE () |
C#: → C-API ignore-system-error - ignore the next error … | |
static MkErrorC | csmkkernel.MkErrorC.PRINT () |
C#: → C-API ignore-system-error - print the next error into MkLogFileC … | |
MkErrorC - various functions to raise a 'System' messagen on MkErrorS …
|
inlinestatic |
C#:
→ C-API [static] MkErrorC MkErrorC.DEFAULT()
default-system-error - default-error …
Definition at line 470 of file MkErrorC.cs.
C#:
→ C-API [static] MkErrorC MkErrorC.FORMAT(MkObjectC fmtobj = null)
system-error-format - format and return the default-error …
Definition at line 476 of file MkErrorC.cs.
|
inlinestatic |
C#:
→ C-API [static] MkErrorC MkErrorC.IGNORE()
ignore-system-error - ignore the next error …
Definition at line 483 of file MkErrorC.cs.
|
inlinestatic |
C#:
→ C-API [static] MkErrorC MkErrorC.PRINT()
ignore-system-error - print the next error into MkLogFileC …
Definition at line 489 of file MkErrorC.cs.