MkErrorC - various functions to 'get' data out of a MkErrorS … More...
Functions | |
MkErrorE | csmkkernel.MkErrorC.GetCode () |
C#: → C-API get the value of MkErrorS::code … | |
int | csmkkernel.MkErrorC.GetNum () |
C#: → C-API get the MkErrorS::num. The number can be used as exit-code … | |
long | csmkkernel.MkErrorC.GetSize () |
C#: → C-API get the error-message-size from the exception-object … | |
string | csmkkernel.MkErrorC.GetText () |
C#: → C-API get the MkErrorS::text … | |
MkErrorC - various functions to 'get' data out of a MkErrorS …
|
inline |
C#:
→ C-API MkErrorE err.GetCode()
get the value of MkErrorS::code …
Definition at line 228 of file MkErrorC.cs.
|
inline |
C#:
→ C-API int err.GetNum()
get the MkErrorS::num. The number can be used as exit-code …
Definition at line 234 of file MkErrorC.cs.
|
inline |
C#:
→ C-API long err.GetSize()
get the error-message-size from the exception-object …
Definition at line 240 of file MkErrorC.cs.
|
inline |
C#:
→ C-API string err.GetText()
get the MkErrorS::text …
Definition at line 246 of file MkErrorC.cs.