CBO-序列化器异常处理

1.参数计数不匹配。

2.无法将类型为“System.Collections.DictionaryEntry”的对象强制转换为类型“System.String”。 - field.GetValue(obj, null) “field.GetValue(obj, null)”引发了“System.Reflection.TargetParameterCountException”类型的异常 object {System.Reflection.TargetParameterCountException}

3.空值类型的解决,原来 CBOUnitTest.SerializerTest.CounterTest : System.InvalidOperationException : 请求的性能计数器不是自定义计数器,它必须初始化为 ReadOnly。 field = {System.String Quantity1Name}

4. - srcObjType {Name = "IntrinsicMember" FullName = "Aaf.Agile.Imp.IntrinsicMember"} System.Type {System.RuntimeType} 创建出问题; srcObjType = {Name = "IntrinsicMember" FullName = "Aaf.Agile.Imp.IntrinsicMember"} 由于序列化;

5.member = {System.Type DeclaringType} srcObj = {Name = "BizCategory" FullName = "Bk.Core.Imp.BizCategory"} type类型的深COPY问题; srcObj = {Aaf.Agile.IAgileRelation CategoryPropertys}

6. sourceObj = {Aaf.Agile.Imp.TypeDescription} - obj {Aaf.Agile.Imp.RelationDefinition} object {Aaf.Agile.Imp.RelationDefinition} 值为null的处理等; 对特定的字段不再进行处理,由于跟平台关联太紧;

7.试图访问类型与数组不兼容的元素

你可能感兴趣的:(object,null,平台)