Partager via


RetryLimitExceededException, 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 RetryLimitExceededException.

Espace de noms :  System.Data.Entity.Infrastructure
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 RetryLimitExceededException(message, _
    innerException)
public RetryLimitExceededException(
    string message,
    Exception innerException
)
public:
RetryLimitExceededException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> RetryLimitExceededException
public function RetryLimitExceededException(
    message : String, 
    innerException : Exception
)

Paramètres

  • innerException
    Type : System.Exception
    Exception ayant provoqué l'exception actuelle.

Voir aussi

Référence

RetryLimitExceededException Classe

Surcharge RetryLimitExceededException

Espace de noms System.Data.Entity.Infrastructure