SPException constructor (COMException)
保留給內部使用。初始化SPException類別的新執行個體。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub New ( _
comEx As COMException _
)
'用途
Dim comEx As COMException
Dim instance As New SPException(comEx)
public SPException(
COMException comEx
)
參數
comEx
Type: System.Runtime.InteropServices.COMException物件,表示 COM 例外狀況。