Click or drag to resize
MissingBuilderArgumentException Constructor (String, Exception)
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,
	Exception cause
)

Parameters

errorMessage
Type: SystemString
The error message.
cause
Type: SystemException
The inner cause of the exception.
See Also