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
- httpContext
Typ: System.Web.HttpContext
- statusCode
Typ: System.Net.HttpStatusCode
- exception
Typ: System.Exception
- errorMessage
Typ: System.String
- responseText
Typ: System.String
Wartość zwracana
Typ: System.Boolean