Click or drag to resize

ErrorThresholdExceededException Constructor (String, Exception)

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 ErrorThresholdExceededException(
	string message,
	Exception ex
)

Parameters

message
Type: SystemString
The message.
ex
Type: SystemException
The ex.
See Also