Open this page in the API Guide

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 (25.1.0.1000)
Syntax
public ValidationParameters(
	AppSetting setting,
	Object value,
	AppSettingValueSource valueSource
)

Parameters

setting
Type: Dundas.BI.Configuration.AppSetting
The application setting corresponding to the value being validated.
value
Type: System.Object
The value to validate.
valueSource
Type: Dundas.BI.Configuration.AppSettingValueSource
The value source.
Exceptions
ExceptionCondition
ArgumentNullExceptionsetting or value is null.
ArgumentOutOfRangeExceptionvalueSource is not a valid AppSettingValueSource value.
See Also