SQLErrorInfo Constructor (Typed) | |
Construct a SQLErrorInfo object.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oOriginator,
symMethod,
Ex
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public SQLErrorInfo(
Usual oOriginator = default,
Usual symMethod = default,
Usual Ex = default
)
Request Example
View SourceParameters
- oOriginator (Optional)
- Type: Usual
The object in which the error occurred. - symMethod (Optional)
- Type: Usual
The name of the method of the object in which the error occurred. - Ex (Optional)
- Type: Usual
See Also