Partager via


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.String

    Le message d'erreur qui décrit l'exception en cours.

  • innerException
    Type : System.Exception

    Exception interne qui est à l'origine de l'exception actuelle.

Voir aussi

Référence

IdcrlException classe

IdcrlException - Membres

IdcrlException - Surcharge

Microsoft.SharePoint.Client - Espace de noms