theKernel 10.0
Loading...
Searching...
No Matches
csmkkernel.MkCallbackNotFoundError Class Reference
+ Inheritance diagram for csmkkernel.MkCallbackNotFoundError:
+ Collaboration diagram for csmkkernel.MkCallbackNotFoundError:

Public Member Functions

 MkCallbackNotFoundError (Type cls, string dlg, String cbS)
 

Detailed Description

Definition at line 155 of file MkExceptionC.cs.

Constructor & Destructor Documentation

◆ MkCallbackNotFoundError()

csmkkernel.MkCallbackNotFoundError.MkCallbackNotFoundError ( Type cls,
string dlg,
String cbS )
inline

Definition at line 156 of file MkExceptionC.cs.

156 :
157 base("unable to find callback '" + cbS + "' in class '" + cls.Name + "' provide delegate '" + dlg + "'") {
158 }

The documentation for this class was generated from the following file: