PortalSiteMapProvider.CreateErrorPortalSiteMapNode Method

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Publishing.Navigation
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Function CreateErrorPortalSiteMapNode ( _
    e As Exception, _
    url As String _
) As PortalSiteMapNode
'Usage
Dim instance As PortalSiteMapProvider
Dim e As Exception
Dim url As String
Dim returnValue As PortalSiteMapNode

returnValue = instance.CreateErrorPortalSiteMapNode(e, _
    url)
public PortalSiteMapNode CreateErrorPortalSiteMapNode(
    Exception e,
    string url
)

Parameters

Return Value

Type: Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode

See Also

Reference

PortalSiteMapProvider Class

PortalSiteMapProvider Members

Microsoft.SharePoint.Publishing.Navigation Namespace

PortalSiteMapProvider