InvalidAttributeException Class | 
 
            Exception related to data retrieval operation performed with invalid attribute definition.
            
Inheritance Hierarchy 
    Namespace: 
   Dundas.BI.Data.DataRetrieval
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic sealed class InvalidAttributeException : Exception
Public NotInheritable Class InvalidAttributeException
	Inherits Exception
public ref class InvalidAttributeException sealed : public Exception
[<SealedAttribute>]
type InvalidAttributeException =  
    class
        inherit Exception
    end
See Also