Compartilhar via


Delegado ErrorFormatterDelegate

Um representante usado para assinantes de evento de OnFormatError .

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxe

'Declaração
Public Delegate Function ErrorFormatterDelegate ( _
    httpContext As HttpContext, _
    statusCode As HttpStatusCode, _
    exception As Exception, _
    errorMessage As String, _
    responseText As String _
) As Boolean
public delegate bool ErrorFormatterDelegate(
    HttpContext httpContext,
    HttpStatusCode statusCode,
    Exception exception,
    string errorMessage,
    string responseText
)

Parâmetros

Valor de retorno

Tipo: System.Boolean

Consulte também

Referência

Namespace Microsoft.TeamFoundation.Framework.Server