InvalidSecurityAttributeException Class | 
 
            Exception that occurs when the user tries to request data from a 
DataCube that is invalid or incompatible due to changes.
            
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 InvalidSecurityAttributeException : Exception
Public NotInheritable Class InvalidSecurityAttributeException
	Inherits Exception
public ref class InvalidSecurityAttributeException sealed : public Exception
[<SealedAttribute>]
type InvalidSecurityAttributeException =  
    class
        inherit Exception
    end
See Also