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 (10.0.0.1002)
Syntax[SerializableAttribute]
public sealed class NotAutoGeneratedException : Exception
<SerializableAttribute>
Public NotInheritable Class NotAutoGeneratedException
Inherits Exception
[SerializableAttribute]
public ref class NotAutoGeneratedException sealed : public Exception
[<SealedAttribute>]
[<SerializableAttribute>]
type NotAutoGeneratedException =
class
inherit Exception
end
See Also