MkErrorC - various functions to 'work' on a MkErrorS … More...
Functions | |
MkErrorC | csmkkernel.MkErrorC.Catch (Exception exception=null, [CallerMemberName]string callfunc=null) |
C#: → C-API convert a programming-language-error into an csmkkernel error … | |
void | csmkkernel.MkErrorC.Cleanup ([CallerMemberName]string callfunc=null, [CallerLineNumber]int callline=-1) |
C#: → C-API cleanup and print unwanted active error … | |
void | csmkkernel.MkErrorC.Println (string msg="", [CallerMemberName]string callfunc=null, [CallerLineNumber]int callline=-1) |
C#: → C-API print the default-error to the MkLogFileC (default: stderr) and clear the error afterwards … | |
void | csmkkernel.MkErrorC.Reset ([CallerMemberName]string callfunc=null, [CallerLineNumber]int callline=-1, bool force=false) |
C#: → C-API This function clears the err and resets to MK_OK … | |
MkErrorE | csmkkernel.MkErrorC.Stack ([CallerMemberName]string callfunc=null, [CallerFilePath]string callfile=null, [CallerLineNumber]int callline=-1) |
C#: → C-API check on error and if yes append an ErrorStackFormat to the error-message … | |
void | csmkkernel.MkErrorC.StackFormat ([CallerMemberName]string callfunc=null, [CallerFilePath]string callfile=null, [CallerLineNumber]int callline=-1) |
C#: → C-API append an ensemble of func, file and line to the error-message … | |
MkErrorC - various functions to 'work' on a MkErrorS …
|
inline |
C#:
→ C-API MkErrorC err.Catch(Exception exception = null, [CallerMemberName]string callfunc = null)
convert a programming-language-error into an csmkkernel error …
Definition at line 264 of file MkErrorC.cs.
|
inline |
C#:
→ C-API err.Cleanup([CallerMemberName]string callfunc = null, [CallerLineNumber]int callline = -1)
cleanup and print unwanted active error …
Definition at line 274 of file MkErrorC.cs.
|
inline |
C#:
→ C-API err.Println(string msg = "", [CallerMemberName]string callfunc = null, [CallerLineNumber]int callline = -1)
print the default-error to the MkLogFileC (default: stderr) and clear the error afterwards …
Definition at line 283 of file MkErrorC.cs.
|
inline |
C#:
→ C-API err.Reset([CallerMemberName]string callfunc = null, [CallerLineNumber]int callline = -1, bool force = false)
This function clears the err and resets to MK_OK …
Definition at line 292 of file MkErrorC.cs.
|
inline |
C#:
→ C-API MkErrorE err.Stack([CallerMemberName]string callfunc = null, [CallerFilePath]string callfile = null, [CallerLineNumber]int callline = -1)
check on error and if yes append an ErrorStackFormat to the error-message …
Definition at line 300 of file MkErrorC.cs.
|
inline |
C#:
→ C-API err.StackFormat([CallerMemberName]string callfunc = null, [CallerFilePath]string callfile = null, [CallerLineNumber]int callline = -1)
append an ensemble of func, file and line to the error-message …
Definition at line 310 of file MkErrorC.cs.