Home
last modified time | relevance | path

Searched refs:ErrorPropertyAccessorException (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DDebugReflectPropertyDescriptor.cs967 …throw new TargetInvocationException(SR.GetString(SR.ErrorPropertyAccessorException, Name, name, me… in GetValue()
H A DReflectPropertyDescriptor.cs973 …throw new TargetInvocationException(SR.GetString(SR.ErrorPropertyAccessorException, Name, name, me… in GetValue()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DReflectPropertyDescriptor.cs960 …throw new TargetInvocationException(string.Format(SR.ErrorPropertyAccessorException, Name, name, m… in GetValue()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs164 …public const string ErrorPropertyAccessorException = "Property accessor '{0}' on object '{1}' thre… field in SR