GroupNotExistException Constructor
Obsolete. Initializes a new instance of the GroupNotExistException class.
Namespace: Microsoft.SharePoint.Portal.SiteData
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
GroupTitle As String, _
inner As Exception _
)
'Usage
Dim message As String
Dim GroupTitle As String
Dim inner As Exception
Dim instance As New GroupNotExistException(message, _
GroupTitle, inner)
public GroupNotExistException(
string message,
string GroupTitle,
Exception inner
)
Parameters
message
Type: System.StringAn error message that explains the reason for the exception, or an empty string.
GroupTitle
Type: System.StringThe title of the group.
inner
Type: System.ExceptionNot used.