|
at System.Configuration.ConfigurationProperty.Validate(Object value) at System.Configuration.ConfigurationProperty.SetDefaultValue(Object value)
|
|
System.ComponentModel.Category( "" )] [System.Configuration.ConfigurationProperty( "count" , DefaultValue = 5)] public int Count { get { return (( int )( base [ "Count" ...
|
|
The most important pieces of code in this method are first the constructor, where I create instances of System.Configuration.ConfigurationProperty classes.
|
|
... binding.EnablePerfCounters; this .EnableConnectionPooling = binding.EnableConnectionPooling; } [System.Configuration. ConfigurationProperty ( "count" ...
|
|
System.Configuration.ConfigurationProperty("overrideWsdlBuilder", DefaultValue = false)] public bool OverrideWsdlBuilder { get
|
|
at System.Configuration.ConfigurationProperty.Validate(Object value) and the debugger's Call Stack window shows this: > ConfigValidate.dll!ConfigValidate.DoubleValidator ...
|
|
This API supports the .NET Framework infrastructure and is not ... System.Configuration . . :: . ConfigurationProperty ...
|