Share via


RequestCancelledByUserException Constructor (String, Exception)

Initializes a new RequestCancelledByUserException instance.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

RequestCancelledByUserException Class

RequestCancelledByUserException Overload

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace