ClientCancelException Constructor (String, Exception)

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public ClientCancelException(
    string message,
    Exception innerException
)
public:
ClientCancelException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> ClientCancelException
public function ClientCancelException(
    message : String, 
    innerException : Exception
)

Parameters

.NET Framework Security

See Also

Reference

ClientCancelException Class

ClientCancelException Overload

Microsoft.TeamFoundation.Framework.Server.Alm Namespace