Share via


ProxyException 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 ProxyException(
    Exception innerException
)
public:
ProxyException(
    Exception^ innerException
)
new : 
        innerException:Exception -> ProxyException
public function ProxyException(
    innerException : Exception
)

Parameters

.NET Framework Security

See Also

Reference

ProxyException Class

ProxyException Overload

Microsoft.TeamFoundation.Framework.Server.Alm Namespace