SPUtility.TransferToErrorPage method (String)

Transfers the request to a Microsoft SharePoint Foundation error page.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Sub TransferToErrorPage ( _
    message As String _
)
'Usage
Dim message As StringSPUtility.TransferToErrorPage(message)
public static void TransferToErrorPage(
    string message
)

Parameters

  • message
    Type: System.String

    A string that contains the error message to be displayed.

See also

Reference

SPUtility class

SPUtility members

TransferToErrorPage overload

Microsoft.SharePoint.Utilities namespace