InvalidOutputElementParameterException Class |
Exception that occurs when the current
SelectTransform has output element parameters defined, while data connector changes invalidate the support for such parameters.
Inheritance Hierarchy Namespace: Dundas.BI.Data.DataRetrievalAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic sealed class InvalidOutputElementParameterException : Exception
Public NotInheritable Class InvalidOutputElementParameterException
Inherits Exception
public ref class InvalidOutputElementParameterException sealed : public Exception
[<SealedAttribute>]
type InvalidOutputElementParameterException =
class
inherit Exception
end
See Also