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