AreaTooDeepException, constructeur (Microsoft.SharePoint.Portal.SiteData)
Obsolete. Initializes a new instance of the AreaTooDeepException 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, _
CatID As Guid, _
inner As Exception _
)
'Utilisation
Dim message As String
Dim CatID As Guid
Dim inner As Exception
Dim instance As New AreaTooDeepException(message, CatID, inner)
public AreaTooDeepException (
string message,
Guid CatID,
Exception inner
)
Paramètres
- message
An error message that explains the reason for the exception, or an empty string.
- CatID
The identifier of the area.
- inner
Not used.
Voir aussi
Référence
AreaTooDeepException, classe
Membres AreaTooDeepException
Microsoft.SharePoint.Portal.SiteData, espace de noms