NotAutoGeneratedException Class | 
 
            The exception that is thrown when the user is trying to execute an operation that is valid only for auto generated entity objects.
            
Inheritance Hierarchy 
    Namespace: 
   Dundas.BI.Entities
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic sealed class NotAutoGeneratedException : Exception
Public NotInheritable Class NotAutoGeneratedException
	Inherits Exception
public ref class NotAutoGeneratedException sealed : public Exception
[<SealedAttribute>]
type NotAutoGeneratedException =  
    class
        inherit Exception
    end
See Also