Click or drag to resize
FailedMapping Constructor
Creates a new instance of FailedMapping.

Namespace: CMS.DataEngine.Serialization
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
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
ExceptionCondition
ArgumentExceptionThrown when file name is either or empty.
ArgumentNullExceptionThrown when reference was not provided.
See Also