Home
last modified time | relevance | path

Searched refs:SettingsPropertyNotFoundException (Results 1 – 25 of 27) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Configuration/
H A DSettingsPropertyNotFoundException.cs35 public class SettingsPropertyNotFoundException : Exception class
37 public SettingsPropertyNotFoundException () in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
41 public SettingsPropertyNotFoundException (String message) in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
45 protected SettingsPropertyNotFoundException (SerializationInfo info, StreamingContext context) in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
49 public SettingsPropertyNotFoundException (String message, Exception innerException) in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
H A DSettingsBase.cs148 throw new SettingsPropertyNotFoundException ( in GetPropertyValue()
162 throw new SettingsPropertyNotFoundException ( in SetPropertyValue()
H A DApplicationSettingsBase.cs203 throw new SettingsPropertyNotFoundException (propertyName); in GetPropertyValue()
229 throw new SettingsPropertyNotFoundException (propertyName);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/
H A DSettingsPropertyNotFoundException.cs13 public class SettingsPropertyNotFoundException : Exception class
15 public SettingsPropertyNotFoundException(String message) in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
20 public SettingsPropertyNotFoundException(String message, Exception innerException) in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
25 … protected SettingsPropertyNotFoundException(SerializationInfo info, StreamingContext context) in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
30 public SettingsPropertyNotFoundException() in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
H A DSettingsBase.cs57 …throw new SettingsPropertyNotFoundException(string.Format(SR.SettingsPropertyNotFound, propertyNam… in GetPropertyValueByName()
60 …throw new SettingsPropertyNotFoundException(string.Format(SR.SettingsPropertyNotFound, propertyNam… in GetPropertyValueByName()
67 …throw new SettingsPropertyNotFoundException(string.Format(SR.SettingsPropertyNotFound, propertyNam… in GetPropertyValueByName()
75 …throw new SettingsPropertyNotFoundException(string.Format(SR.SettingsPropertyNotFound, propertyNam… in SetPropertyValueByName()
79 …throw new SettingsPropertyNotFoundException(string.Format(SR.SettingsPropertyNotFound, propertyNam… in SetPropertyValueByName()
93 …throw new SettingsPropertyNotFoundException(string.Format(SR.SettingsPropertyNotFound, propertyNam… in SetPropertyValueByName()
H A DApplicationSettingsBase.cs286 throw new SettingsPropertyNotFoundException(); in GetPreviousVersion()
292 throw new SettingsPropertyNotFoundException(); in GetPreviousVersion()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/configuration/
H A DSettingsPropertyNotFoundException.cs18 public class SettingsPropertyNotFoundException : Exception class
20 public SettingsPropertyNotFoundException(String message) in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
25 public SettingsPropertyNotFoundException(String message, Exception innerException) in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
30 protected SettingsPropertyNotFoundException(SerializationInfo info, StreamingContext context) in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
35 public SettingsPropertyNotFoundException() in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
H A DSettingsBase.cs50 …throw new SettingsPropertyNotFoundException(SR.GetString(SR.SettingsPropertyNotFound, propertyName… in GetPropertyValueByName()
53 …throw new SettingsPropertyNotFoundException(SR.GetString(SR.SettingsPropertyNotFound, propertyName… in GetPropertyValueByName()
60 …throw new SettingsPropertyNotFoundException(SR.GetString(SR.SettingsPropertyNotFound, propertyName… in GetPropertyValueByName()
67 …throw new SettingsPropertyNotFoundException(SR.GetString(SR.SettingsPropertyNotFound, propertyName… in SetPropertyValueByName()
71 …throw new SettingsPropertyNotFoundException(SR.GetString(SR.SettingsPropertyNotFound, propertyName… in SetPropertyValueByName()
85 …throw new SettingsPropertyNotFoundException(SR.GetString(SR.SettingsPropertyNotFound, propertyName… in SetPropertyValueByName()
H A DApplicationSettingsBase.cs254 throw new SettingsPropertyNotFoundException(); in GetPreviousVersion()
260 throw new SettingsPropertyNotFoundException(); in GetPreviousVersion()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/ModelBinding/
H A DProfileValueProvider.cs23 catch (System.Configuration.SettingsPropertyNotFoundException) { in FetchValue()
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/samples/TidyJson/
H A DJsonPalette.cs75 catch (SettingsPropertyNotFoundException) in Auto()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Extensions/ApplicationServices/
H A DProfileService.cs220 catch (System.Configuration.SettingsPropertyNotFoundException) { in SetPropertiesForCurrentUser()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Configuration/
H A DSettingsBaseTest.cs144 } catch (SettingsPropertyNotFoundException) { in PropertyValuesInitialized()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Profile/
H A DProfileBase.cs152 …throw new SettingsPropertyNotFoundException ("The settings property '" + propertyName + "' was not… in SetPropertyValue()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/ref/
H A DSystem.Configuration.cs369 public partial class SettingsPropertyNotFoundException : System.Exception class
371 public SettingsPropertyNotFoundException() { } in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
372 …protected SettingsPropertyNotFoundException(System.Runtime.Serialization.SerializationInfo info, S… in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
373 public SettingsPropertyNotFoundException(string message) { } in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
374 … public SettingsPropertyNotFoundException(string message, System.Exception innerException) { } in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/
H A Dnet_4_x_System.dll.sources69 System.Configuration/SettingsPropertyNotFoundException.cs
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs5882 public partial class SettingsPropertyNotFoundException : System.Exception class
5884 public SettingsPropertyNotFoundException() { } in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
5885 …protected SettingsPropertyNotFoundException(System.Runtime.Serialization.SerializationInfo info, S… in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
5886 public SettingsPropertyNotFoundException(string message) { } in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
5887 … public SettingsPropertyNotFoundException(string message, System.Exception innerException) { } in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs5605 public partial class SettingsPropertyNotFoundException : System.Exception class
5607 public SettingsPropertyNotFoundException() { } in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
5608 …protected SettingsPropertyNotFoundException(System.Runtime.Serialization.SerializationInfo info, S… in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
5609 public SettingsPropertyNotFoundException(string message) { } in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
5610 … public SettingsPropertyNotFoundException(string message, System.Exception innerException) { } in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs5823 public partial class SettingsPropertyNotFoundException : System.Exception class
5825 public SettingsPropertyNotFoundException() { } in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
5826 …protected SettingsPropertyNotFoundException(System.Runtime.Serialization.SerializationInfo info, S… in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
5827 public SettingsPropertyNotFoundException(string message) { } in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
5828 … public SettingsPropertyNotFoundException(string message, System.Exception innerException) { } in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs5844 public partial class SettingsPropertyNotFoundException : System.Exception class
5846 public SettingsPropertyNotFoundException() { } in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
5847 …protected SettingsPropertyNotFoundException(System.Runtime.Serialization.SerializationInfo info, S… in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
5848 public SettingsPropertyNotFoundException(string message) { } in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
5849 … public SettingsPropertyNotFoundException(string message, System.Exception innerException) { } in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs5844 public partial class SettingsPropertyNotFoundException : System.Exception class
5846 public SettingsPropertyNotFoundException() { } in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
5847 …protected SettingsPropertyNotFoundException(System.Runtime.Serialization.SerializationInfo info, S… in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
5848 public SettingsPropertyNotFoundException(string message) { } in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
5849 … public SettingsPropertyNotFoundException(string message, System.Exception innerException) { } in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs5823 public partial class SettingsPropertyNotFoundException : System.Exception class
5825 public SettingsPropertyNotFoundException() { } in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
5826 …protected SettingsPropertyNotFoundException(System.Runtime.Serialization.SerializationInfo info, S… in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
5827 public SettingsPropertyNotFoundException(string message) { } in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
5828 … public SettingsPropertyNotFoundException(string message, System.Exception innerException) { } in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs5823 public partial class SettingsPropertyNotFoundException : System.Exception class
5825 public SettingsPropertyNotFoundException() { } in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
5826 …protected SettingsPropertyNotFoundException(System.Runtime.Serialization.SerializationInfo info, S… in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
5827 public SettingsPropertyNotFoundException(string message) { } in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
5828 … public SettingsPropertyNotFoundException(string message, System.Exception innerException) { } in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs5828 public partial class SettingsPropertyNotFoundException : System.Exception class
5830 public SettingsPropertyNotFoundException() { } in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
5831 …protected SettingsPropertyNotFoundException(System.Runtime.Serialization.SerializationInfo info, S… in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
5832 public SettingsPropertyNotFoundException(string message) { } in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
5833 … public SettingsPropertyNotFoundException(string message, System.Exception innerException) { } in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs6122 public partial class SettingsPropertyNotFoundException : System.Exception class
6124 public SettingsPropertyNotFoundException() { } in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
6125 …protected SettingsPropertyNotFoundException(System.Runtime.Serialization.SerializationInfo info, S… in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
6126 public SettingsPropertyNotFoundException(string message) { } in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException
6127 … public SettingsPropertyNotFoundException(string message, System.Exception innerException) { } in SettingsPropertyNotFoundException() method in System.Configuration.SettingsPropertyNotFoundException

12