Share via


ProxyClientRedirectException Constructor (Exception)

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

Syntax

'Declaration
Public Sub New ( _
    innerException As Exception _
)
public ProxyClientRedirectException(
    Exception innerException
)
public:
ProxyClientRedirectException(
    Exception^ innerException
)
new : 
        innerException:Exception -> ProxyClientRedirectException
public function ProxyClientRedirectException(
    innerException : Exception
)

Parameters

.NET Framework Security

See Also

Reference

ProxyClientRedirectException Class

ProxyClientRedirectException Overload

Microsoft.TeamFoundation.Framework.Server.Alm Namespace