PropertyOrFieldNotInitializedException - Constructeur (String)
Initialise une nouvelle instance de la classe PropertyOrFieldNotInitializedException avec un message d'erreur spécifié.
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 _
)
'Utilisation
Dim message As String
Dim instance As New PropertyOrFieldNotInitializedException(message)
public PropertyOrFieldNotInitializedException(
string message
)
Paramètres
message
Type : System.StringLe message qui décrit l'erreur.
Voir aussi
Référence
PropertyOrFieldNotInitializedException classe
PropertyOrFieldNotInitializedException - Membres