Udostępnij za pośrednictwem


Delegat ErrorFormatterDelegate

Pełnomocnik używane dla subskrybentów OnFormatError zdarzenie.

Przestrzeń nazw:  Microsoft.TeamFoundation.Framework.Server
Zestaw:  Microsoft.TeamFoundation.Framework.Server (w Microsoft.TeamFoundation.Framework.Server.dll)

Składnia

'Deklaracja
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
)

Parametry

Wartość zwracana

Typ: System.Boolean

Zobacz też

Informacje

Przestrzeń nazw Microsoft.TeamFoundation.Framework.Server