CannotChangePageSizeException Constructor (String, Exception)

Initializes a new CannotChangePageSizeException instance.

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

CannotChangePageSizeException Class

CannotChangePageSizeException Overload

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace