CannotChangePageSizeException Constructor (String)

Initializes a new CannotChangePageSizeException 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 _
)
public CannotChangePageSizeException(
    string message
)
public:
CannotChangePageSizeException(
    String^ message
)
new : 
        message:string -> CannotChangePageSizeException
public function CannotChangePageSizeException(
    message : String
)

Parameters

.NET Framework Security

See Also

Reference

CannotChangePageSizeException Class

CannotChangePageSizeException Overload

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace