ValidationParameters Constructor

Initializes a new instance of the ValidationParameters class.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public ValidationParameters(
	AppSetting setting,
	Object value,
	AppSettingValueSource valueSource
)

Parameters

setting
Type: Dundas.BI.ConfigurationAppSetting
The application setting corresponding to the value being validated.
value
Type: SystemObject
The value to validate.
valueSource
Type: Dundas.BI.ConfigurationAppSettingValueSource
The value source.
Exceptions
ExceptionCondition
ArgumentNullExceptionsetting or value is .
ArgumentOutOfRangeExceptionvalueSource is not a valid AppSettingValueSource value.
See Also