TooManySynonymsException Constructor
Obsolete. Initializes a new instance of the TooManySynonymsException class.
Namespace: Microsoft.SharePoint.Portal.SiteData
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
KeywordGuid As Guid, _
Limit As Integer, _
inner As Exception _
)
'Usage
Dim message As String
Dim KeywordGuid As Guid
Dim Limit As Integer
Dim inner As Exception
Dim instance As New TooManySynonymsException(message, _
KeywordGuid, Limit, inner)
public TooManySynonymsException(
string message,
Guid KeywordGuid,
int Limit,
Exception inner
)
Parameters
message
Type: System.StringAn error message that explains the reason for the exception, or an empty string.
KeywordGuid
Type: System.GuidThe GUID of the keyword.
Limit
Type: System.Int32The maximum number of synonyms.
inner
Type: System.ExceptionNot used.
See Also
Reference
TooManySynonymsException Class