Partager via


EntityCommandExecutionException, constructeur (String, Exception)

[Cette page concerne Entity Framework version 6. La dernière version est disponible sous le nom de package 'Entity Framework' NuGet. Pour plus d'informations sur Entity Framework, consultez msdn.com/data/ef.]

Initialise une nouvelle instance de la classe EntityCommandExecutionException, avec message et instance d'exception interne.

Espace de noms :  System.Data.Entity.Core
Assembly :  EntityFramework (dans EntityFramework.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Utilisation
Dim message As String 
Dim innerException As Exception 

Dim instance As New EntityCommandExecutionException(message, _
    innerException)
public EntityCommandExecutionException(
    string message,
    Exception innerException
)
public:
EntityCommandExecutionException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> EntityCommandExecutionException
public function EntityCommandExecutionException(
    message : String, 
    innerException : Exception
)

Paramètres

  • innerException
    Type : System.Exception
    Exception interne ayant provoqué cette exception actuelle.

Voir aussi

Référence

EntityCommandExecutionException Classe

Surcharge EntityCommandExecutionException

Espace de noms System.Data.Entity.Core