InvalidOutputElementParameterException Class |
Exception that occurs when the currenct
SelectTransform has output element parameters defined, while data connector changes invalidate the support for such parameters.
Inheritance HierarchySystemObject
SystemException
Dundas.BI.Data.DataRetrievalInvalidOutputElementParameterException
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntax[SerializableAttribute]
public sealed class InvalidOutputElementParameterException : Exception
<SerializableAttribute>
Public NotInheritable Class InvalidOutputElementParameterException
Inherits Exception
[SerializableAttribute]
public ref class InvalidOutputElementParameterException sealed : public Exception
[<SealedAttribute>]
[<SerializableAttribute>]
type InvalidOutputElementParameterException =
class
inherit Exception
end
See Also