AccessCheckException.GetExceptionProperties Method

Make the exception properties serializable.

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

AccessCheckException Class

Microsoft.TeamFoundation.Framework.Server Namespace