Click or drag to resize

ExtensionCodeExecutionException Constructor (String, Object)

Initializes a new instance of the ErrorThresholdExceededException class.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public ExtensionCodeExecutionException(
	string format,
	params Object[] args
)

Parameters

format
Type: SystemString
The format.
args
Type: SystemObject
The args.
See Also