IdcrlException - Constructeur (String, Exception)
Initialise une nouvelle instance d'un IdcrlException avec l'erreur spécifié message et une exception interne.
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, _
innerException As Exception _
)
'Utilisation
Dim message As String
Dim innerException As Exception
Dim instance As New IdcrlException(message, _
innerException)
public IdcrlException(
string message,
Exception innerException
)
Paramètres
message
Type : System.StringLe message d'erreur qui décrit l'exception en cours.
innerException
Type : System.ExceptionException interne qui est à l'origine de l'exception actuelle.