Пример #1
0
 //There are cases when we want to create a ViewGen error that is not specific to any mapping fragment
 //In this case, it is better to just create the EdmSchemaError directly and hold on to it.
 internal Record(EdmSchemaError error)
 {
     m_debugMessage = error.ToString();
     m_mappingError = error;
 }