異常處理匯總-后端系列 http://www.cnblogs.com/dunitian/p/4523006.html
應用場景:ViewModel==>Mode映射的時候出錯
AutoMappe r錯誤信息:Unmapped members were found. Review the types and members below.Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type=====================================================================NoteInfo -> NoteBackModel (Destination member list)PawChina.Models.NoteInfo -> PawChina.Models.BackModels.NoteBackModel (Destination member list)
Unmapped properties:SeoInfo
Model里面比ViewModel多了這個
簡單處理:指定屬性忽略
擴展:https://github.com/AutoMapper/AutoMapper/wiki/Nested-mappings