SPContentTypeReadOnlyException constructor (String)
初始化具有指定的錯誤訊息之SPContentTypeReadOnlyException類別的新執行個體。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub New ( _
msg As String _
)
'用途
Dim msg As String
Dim instance As New SPContentTypeReadOnlyException(msg)
public SPContentTypeReadOnlyException(
string msg
)
參數
msg
Type: System.String字串,包含錯誤訊息。
請參閱
參照
SPContentTypeReadOnlyException class
SPContentTypeReadOnlyException members