Abstract.NoMethod Method | |
Handles calls to undefined methods.
Namespace:
XSharp.XPP
Assembly:
XSharp.XPP (in XSharp.XPP.dll) Version: 2.19
Syntax VIRTUAL METHOD NoMethod(
cName,
uParams
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual NoMethod(
Usual cName = default,
Usual uParams = default
)
Request Example
View SourceParameters
- cName (Optional)
- Type: Usual
- uParams (Optional)
- Type: Usual
The parameters to send to the method.
Return Value
Type:
UsualThe return value will be interpreted as the return value of the called undefined method.
Remarks If an undefined method is called, a runtime error is raised.
See Also