4 instantiations of SettingsPropertyWrongTypeException
System.Web.DataVisualization (4)
WebForm\General\ChartHttpHandler.cs (4)
1093
throw new System.Configuration.
SettingsPropertyWrongTypeException
(SR.ExceptionHttpHandlerParameterUnknown(name, value));
1115
throw new System.Configuration.
SettingsPropertyWrongTypeException
(SR.ExceptionHttpHandlerValueInvalid);
1128
throw new System.Configuration.
SettingsPropertyWrongTypeException
(SR.ExceptionHttpHandlerTimeoutParameterInvalid, exception);
1151
throw new System.Configuration.
SettingsPropertyWrongTypeException
(SR.ExceptionHttpHandlerParameterInvalid(name, value));
1 reference to SettingsPropertyWrongTypeException
System.Web.Extensions (1)
ApplicationServices\ProfileService.cs (1)
223
catch (System.Configuration.
SettingsPropertyWrongTypeException
) {