Partager via


AreaDuplicateException, constructeur (Microsoft.SharePoint.Portal.SiteData)

Initializes a new instance of the AreaDuplicateException class.

Espace de noms : Microsoft.SharePoint.Portal.SiteData
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    message As String, _
    AreaName As String, _
    inner As Exception _
)
'Utilisation
Dim message As String
Dim AreaName As String
Dim inner As Exception

Dim instance As New AreaDuplicateException(message, AreaName, inner)
public AreaDuplicateException (
    string message,
    string AreaName,
    Exception inner
)

Paramètres

  • message
    An error message that explains the reason for the exception, or an empty string.
  • AreaName
    The name of the area.
  • inner
    Not used.

Voir aussi

Référence

AreaDuplicateException, classe
Membres AreaDuplicateException
Microsoft.SharePoint.Portal.SiteData, espace de noms