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
- e
Type: System.Exception
Exception
- url
Type: System.String
Url
Return Value
Type: Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode