EntityException Constructor

 

Initializes a new instance of the EntityException class.

Namespace:   System.Data
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

NameDescription
System_CAPS_pubmethodEntityException()

Initializes a new instance of the EntityException class.

System_CAPS_protmethodEntityException(SerializationInfo^, StreamingContext)

Initializes a new instance of the EntityException class.

System_CAPS_pubmethodEntityException(String^)

Initializes a new instance of the EntityException class.

System_CAPS_pubmethodEntityException(String^, Exception^)

Initializes a new instance of the EntityException class.

For more information about how to handle code exceptions, see Exception.

Return to top
Show: