ErrorFormatterDelegate-Delegat
Ein Delegat für Abonnenten von OnFormatError-Ereignis.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
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
)
Parameter
- httpContext
Typ: System.Web.HttpContext
- statusCode
Typ: System.Net.HttpStatusCode
- exception
Typ: System.Exception
- errorMessage
Typ: System.String
- responseText
Typ: System.String
Rückgabewert
Typ: System.Boolean