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 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.ExceptionReserved for internal use.
url
Type: System.StringReserved for internal use.
Return Value
Type: Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode