FailedMapping Constructor |
Namespace: CMS.DataEngine.SerializationAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public FailedMapping(
string fieldName,
TranslationReference translationReference
)
Parameters
- fieldName
- Type: SystemString
Name of field the translation to existing DB object failed for. - translationReference
- Type: CMS.DataEngine.SerializationTranslationReference
Reference that failed to translate to existing DB object.
Exceptions Exception | Condition |
---|
ArgumentException | Thrown when file name is either or empty. |
ArgumentNullException | Thrown when reference was not provided. |
See Also