TeamFoundationServiceException.GetExceptionProperties Method

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

Syntax

'宣言
Protected Overridable Sub GetExceptionProperties ( _
    properties As ExceptionPropertyCollection _
)
protected virtual void GetExceptionProperties(
    ExceptionPropertyCollection properties
)
protected:
virtual void GetExceptionProperties(
    ExceptionPropertyCollection^ properties
)
abstract GetExceptionProperties : 
        properties:ExceptionPropertyCollection -> unit 
override GetExceptionProperties : 
        properties:ExceptionPropertyCollection -> unit 
protected function GetExceptionProperties(
    properties : ExceptionPropertyCollection
)

Parameters

.NET Framework Security

See Also

Reference

TeamFoundationServiceException Class

Microsoft.TeamFoundation.Framework.Server Namespace