Open pfuernstahl opened 13 years ago
An exception is thrown in PropertyItemValue.cs (line 92: PropertyDescriptorCollection descriptors = property.Converter.GetProperties(value)) when _hasSubProperties = true and the value of the property is null.
This happened in my case if
public byte[] TestProperty { get; set; }
is null.
Hello everybody,
anybody knows how to fix this Problem?
Thank you.
An exception is thrown in PropertyItemValue.cs (line 92: PropertyDescriptorCollection descriptors = property.Converter.GetProperties(value)) when _hasSubProperties = true and the value of the property is null.
This happened in my case if
public byte[] TestProperty { get; set; }
is null.