Share via


SPUtility.TransferToErrorPage - Méthode (String, String, String)

Transfère la demande à une page d'erreur Microsoft SharePoint Foundation .

Espace de noms :  Microsoft.SharePoint.Utilities
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Shared Sub TransferToErrorPage ( _
    message As String, _
    linkText As String, _
    linkUrl As String _
)
'Utilisation
Dim message As String
Dim linkText As String
Dim linkUrl As StringSPUtility.TransferToErrorPage(message, _
    linkText, linkUrl)
public static void TransferToErrorPage(
    string message,
    string linkText,
    string linkUrl
)

Paramètres

  • message
    Type : System.String

    Chaîne qui contient le message d'erreur s'affiche.

  • linkText
    Type : System.String

    Chaîne qui contient le texte du lien s'affiche avec le message d'erreur.

Voir aussi

Référence

SPUtility classe

SPUtility - Membres

TransferToErrorPage - Surcharge

Microsoft.SharePoint.Utilities - Espace de noms