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.
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.StringA string that contains the error message to be displayed.