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

Parameters

.NET Framework Security

See Also

Reference

ClientCancelException Class

ClientCancelException Overload

Microsoft.TeamFoundation.Framework.Server.Alm Namespace