| InvalidParameterValueException Class | 
 
            Exception that occurs when the user is trying to create a parameter for settings for which a parameter is already defined.
            
 Inheritance Hierarchy
Inheritance Hierarchy 
    Namespace: 
   Dundas.BI.Data.Parameters
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
 Syntax
Syntaxpublic sealed class InvalidParameterValueException : Exception
Public NotInheritable Class InvalidParameterValueException
	Inherits Exception
public ref class InvalidParameterValueException sealed : public Exception
[<SealedAttribute>]
type InvalidParameterValueException =  
    class
        inherit Exception
    end See Also
See Also