Click or drag to resize

ExpectedCountException Constructor (String)

Initializes a new instance of the ExpectedCountException class.

Namespace:  Omada.OE.Solution.OIM.Assembly.AppLogic
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public ExpectedCountException(
	string message
)

Parameters

message
Type: SystemString
The message.
See Also