ItemLimitExceededException - Constructeur (String, Exception)

Initialise une nouvelle instance d'un objet ItemLimitExceededException avec un message spécifié et une référence à l'exception interne qui est la cause de l'exception.

Espace de noms :  Microsoft.Office.TranslationServices
Assembly :  Microsoft.Office.TranslationServices (dans Microsoft.Office.TranslationServices.dll)

Syntaxe

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

Dim instance As New ItemLimitExceededException(message, _
    inner)
public ItemLimitExceededException(
    string message,
    Exception inner
)

Paramètres

Voir aussi

Référence

ItemLimitExceededException classe

ItemLimitExceededException - Membres

ItemLimitExceededException - Surcharge

Microsoft.Office.TranslationServices - Espace de noms