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.StringLe message d'erreur qui explique la raison de l'exception.
innerException
Type : System.ExceptionException qui a provoqué la PropertyOrFieldNotInitializedException. Si le paramètre innerException n'est pas null, l'exception actuelle est levée dans un bloc de captures qui gère l'exception interne.
Voir aussi
Référence
PropertyOrFieldNotInitializedException classe
PropertyOrFieldNotInitializedException - Membres