EntityNotCheckedInException Class | 
 
            The exception that is thrown when an operation is attempted on an entity that should be checked in.
            
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 EntityNotCheckedInException : Exception
Public NotInheritable Class EntityNotCheckedInException
	Inherits Exception
public ref class EntityNotCheckedInException sealed : public Exception
[<SealedAttribute>]
type EntityNotCheckedInException =  
    class
        inherit Exception
    end
See Also