FormMappingError Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An error that occurred during the form mapping process.
public sealed class FormMappingError
type FormMappingError = class
Public NotInheritable Class FormMappingError
- Inheritance
-
FormMappingError
Properties
AttemptedValue |
Gets the attempted value that failed to map (if any). |
Container |
Gets or sets the instance that contains the property or element that failed to map. |
ErrorMessages |
Gets the list of error messages associated with the mapping errors for this field. |
Name |
Gets or sets the name of the property or element that failed to map. |
Path |
Gets or sets the full path from the model root to the property or element that failed to map. |