CannotChangePageSizeException Constructor (SerializationInfo, StreamingContext)

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

Syntax

'宣言
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected CannotChangePageSizeException(
    SerializationInfo info,
    StreamingContext context
)
protected:
CannotChangePageSizeException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> CannotChangePageSizeException
protected function CannotChangePageSizeException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

.NET Framework Security

See Also

Reference

CannotChangePageSizeException Class

CannotChangePageSizeException Overload

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace