| ExpectedCountException Constructor (String, Exception) |
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
Syntaxpublic ExpectedCountException(
string message,
Exception innerException
)
Parameters
- message
- Type: SystemString
The message.
- innerException
- Type: SystemException
The inner exception.
See Also