ServerObjectNullReferenceException - Constructeur (String, Exception)
Initialise une nouvelle instance de l'objet ServerObjectNullReferenceException .
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 ServerObjectNullReferenceException(message, _
innerException)
public ServerObjectNullReferenceException(
string message,
Exception innerException
)
Paramètres
- message
Type : System.String
- innerException
Type : System.Exception
Voir aussi
Référence
ServerObjectNullReferenceException classe
ServerObjectNullReferenceException - Membres