If a propertyGrid has a selectedObject containing a property of type double[,], the following exception will be raised and the property won't be shown in the PropertyGrid ;
A first chance exception of type 'System.RankException' occurred in mscorlib.dll
Property creation failed
at System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length, Boolean reliable)
A first chance exception of type 'System.RankException' occurred in mscorlib.dll
Property creation failed
at System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length, Boolean reliable)