InvalidEntityTypeException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exception thrown when an entity type is invalid in the model.
[System.Serializable]
public class InvalidEntityTypeException : Exception
[<System.Serializable>]
type InvalidEntityTypeException = class
inherit Exception
Public Class InvalidEntityTypeException
Inherits Exception
- Inheritance
-
InvalidEntityTypeException
- Attributes
Constructors
InvalidEntityTypeException(SerializationInfo, StreamingContext) |
Initializes a new instance of the InvalidEntityTypeException class. |
InvalidEntityTypeException(String) |
Initializes a new instance of the InvalidEntityTypeException class. |