GroupTitleDuplicateException 构造函数 (Microsoft.SharePoint.Portal.SiteData)

Obsolete. Initializes a new instance of the GroupTitleDuplicateException class.

命名空间: Microsoft.SharePoint.Portal.SiteData
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)

语法

声明
Public Sub New ( _
    message As String, _
    GroupTitle As String, _
    inner As Exception _
)
用法
Dim message As String
Dim GroupTitle As String
Dim inner As Exception

Dim instance As New GroupTitleDuplicateException(message, GroupTitle, inner)
public GroupTitleDuplicateException (
    string message,
    string GroupTitle,
    Exception inner
)

参数

  • message
    An error message that explains the reason for the exception, or an empty string.
  • GroupTitle
    The title of the group.
  • inner
    Not used.

另请参阅

参考

GroupTitleDuplicateException 类
GroupTitleDuplicateException 成员
Microsoft.SharePoint.Portal.SiteData 命名空间