SPException - Constructeur (COMException)
Réservé à une utilisation interne. Initialise une nouvelle instance de la classe SPException .
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub New ( _
comEx As COMException _
)
'Utilisation
Dim comEx As COMException
Dim instance As New SPException(comEx)
public SPException(
COMException comEx
)
Paramètres
comEx
Type : System.Runtime.InteropServices.COMExceptionUn objet qui représente l'exception COM.