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