SPException-Konstruktor (COMException)
Für die interne Verwendung reserviert. Initialisiert eine neue Instanz der SPException -Klasse.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
comEx As COMException _
)
'Usage
Dim comEx As COMException
Dim instance As New SPException(comEx)
public SPException(
COMException comEx
)
Parameter
comEx
Typ: System.Runtime.InteropServices.COMExceptionEin Objekt, das die COM-Ausnahme darstellt.