|
theKernel 10.0
|
signal-slot for raise an error … More...
#include <LibMkKernel_mk.h>
Collaboration diagram for MkErrorDefaultS:Public Attributes | ||
| union { | ||
| struct MkObjectS obj | ||
| struct MkErrorS err | ||
| } | super | |
signal-slot for raise an error …
The default-error is the error used in the MkRuntimeC to store and process an error-message.
The message will be formated using the current instance or class and than a MkErrorE.ERROR will be raised.
The Target-Programming-Language (TPL) (C,C++,C#,VB.NET,Java,Python,Ruby,Perl,PHP,Tcl or GO) will get the error and decide how-to process further.
Definition at line 10550 of file LibMkKernel_mk.h.
| struct MkErrorS MkErrorDefaultS::err |
Definition at line 10555 of file LibMkKernel_mk.h.
| struct MkObjectS MkErrorDefaultS::obj |
Definition at line 10554 of file LibMkKernel_mk.h.
| union { ... } MkErrorDefaultS::super |