SPContentTypeSealedException constructor (String, Exception)
初始化與指定的錯誤訊息和例外狀況物件的SPContentTypeSealedException類別的新執行個體。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub New ( _
message As String, _
e As Exception _
)
'用途
Dim message As String
Dim e As Exception
Dim instance As New SPContentTypeSealedException(message, _
e)
public SPContentTypeSealedException(
string message,
Exception e
)
參數
message
Type: System.String字串,包含錯誤訊息。
e
Type: System.ExceptionException物件,表示目前的例外狀況的原因。
請參閱
參照
SPContentTypeSealedException class
SPContentTypeSealedException members