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.Parameters
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public 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