 | MissingBuilderArgumentException Constructor (String) |
Namespace: Capgemini.CommonObjectUtilsAssembly: Capgemini.CommonObjectUtils (in Capgemini.CommonObjectUtils.dll) Version: 1.3.0.0
Syntaxpublic MissingBuilderArgumentException(
string errorMessage
)
Public Sub New (
errorMessage As String
)
public:
MissingBuilderArgumentException(
String^ errorMessage
)
new :
errorMessage : string -> MissingBuilderArgumentException
Parameters
- errorMessage
- Type: SystemString
The error message.
See Also