IdcrlException - Constructeur (String)
Initialise une nouvelle instance de l'objet IdcrlException avec le message d'erreur.
Espace de noms : Microsoft.SharePoint.Client
Assembly : 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 IdcrlException(message)
public IdcrlException(
string message
)
Paramètres
message
Type : System.StringLe message d'erreur qui décrit l'exception en cours.