Click or drag to resize

MainThrowError Method

Codemethod usage
Designed to be used in a process only (Yes/No)
Action Object (data object type)

Namespace:  Omada.OE.UtilityCodeAssembly
Assembly:  Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntax
C#
public bool ThrowError(
	CodeMethodInvokeContext context,
	bool throwError,
	string errorMessage
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
throwError
Type: SystemBoolean
errorMessage
Type: SystemString

Return Value

Type: Boolean
See Also