Partager via


PropertyOrFieldNotInitializedException - Constructeur (String, Exception)

Initialise une nouvelle instance de la classe PropertyOrFieldNotInitializedException avec un message d'erreur spécifié et une référence à l'exception interne qui a provoqué 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 PropertyOrFieldNotInitializedException(message, _
    innerException)
public PropertyOrFieldNotInitializedException(
    string message,
    Exception innerException
)

Paramètres

  • message
    Type : System.String

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

Voir aussi

Référence

PropertyOrFieldNotInitializedException classe

PropertyOrFieldNotInitializedException - Membres

PropertyOrFieldNotInitializedException - Surcharge

Microsoft.SharePoint.Client - Espace de noms