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
- e
Type: System.Exception
Exception
- url
Type: System.String
Url
Return Value
Type: System.Web.SiteMapNodeCollection