Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
e
Type: System.ExceptionException
url
Type: System.StringUrl
Return Value
Type: System.Web.SiteMapNodeCollection