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