Partager via


CollectionNotInitializedException - Constructeur (String, Exception)

Initialise une nouvelle instance de la classe CollectionNotInitializedException avec un message d'erreur spécifié et une référence à l'exception interne qui est à l'origine de cette exception.

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight.Runtime (dans Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Phone.Runtime (dans Microsoft.SharePoint.Client.Phone.Runtime.dll)  Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.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 CollectionNotInitializedException(message, _
    innerException)
public CollectionNotInitializedException(
    string message,
    Exception innerException
)

Paramètres

  • message
    Type : System.String

    Le message d'erreur qui explique la raison de l'exception.

  • innerException
    Type : System.Exception

    L'exception est à l'origine de la CollectionNotInitializedException. Si le paramètre innerException n'est pas une référence null, l'exception actuelle est levée dans un bloc de captures qui gère l'exception interne.

Voir aussi

Référence

CollectionNotInitializedException classe

CollectionNotInitializedException - Membres

CollectionNotInitializedException - Surcharge

Microsoft.SharePoint.Client - Espace de noms