Click or drag to resize
MissingBuilderArgumentException Constructor (String)
Initializes a new instance of the MissingBuilderArgumentException class.

Namespace: Capgemini.CommonObjectUtils
Assembly: Capgemini.CommonObjectUtils (in Capgemini.CommonObjectUtils.dll) Version: 1.3.0.0
Syntax
public MissingBuilderArgumentException(
	string errorMessage
)

Parameters

errorMessage
Type: SystemString
The error message.
See Also