PortalSiteMapProvider.CreateErrorSiteMapNodeCollection 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 CreateErrorSiteMapNodeCollection ( _
    e As Exception, _
    url As String _
) As SiteMapNodeCollection
'Usage
Dim instance As PortalSiteMapProvider
Dim e As Exception
Dim url As String
Dim returnValue As SiteMapNodeCollection

returnValue = instance.CreateErrorSiteMapNodeCollection(e, _
    url)
public SiteMapNodeCollection CreateErrorSiteMapNodeCollection(
    Exception e,
    string url
)

Parameters

Return value

Type: System.Web.SiteMapNodeCollection

See also

Reference

PortalSiteMapProvider class

PortalSiteMapProvider members

Microsoft.SharePoint.Publishing.Navigation namespace

PortalSiteMapProvider