TeamFoundationHttpHandler.HandleException Method
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Декларация
Protected Overridable Function HandleException ( _
exception As Exception, _
exceptionHeader As String, _
statusCode As Integer, _
responseStarted As Boolean _
) As Exception
protected virtual Exception HandleException(
Exception exception,
string exceptionHeader,
int statusCode,
bool responseStarted
)
protected:
virtual Exception^ HandleException(
Exception^ exception,
String^ exceptionHeader,
int statusCode,
bool responseStarted
)
abstract HandleException :
exception:Exception *
exceptionHeader:string *
statusCode:int *
responseStarted:bool -> Exception
override HandleException :
exception:Exception *
exceptionHeader:string *
statusCode:int *
responseStarted:bool -> Exception
protected function HandleException(
exception : Exception,
exceptionHeader : String,
statusCode : int,
responseStarted : boolean
) : Exception
Parameters
- exception
Type: System.Exception
- exceptionHeader
Type: System.String
- statusCode
Type: System.Int32
- responseStarted
Type: System.Boolean
Return Value
Type: System.Exception
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
TeamFoundationHttpHandler Class
Microsoft.TeamFoundation.Framework.Server.WebServices Namespace