Share via


PackagePublisherTooManyCategoriesException Constructor (SerializationInfo, StreamingContext)

 

Applies To: Windows Server Update Services

Initializes a new instance of the PackagePublisherTooManyCategoriesException class.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

protected PackagePublisherTooManyCategoriesException(
    SerializationInfo info,
    StreamingContext context
)
protected:
PackagePublisherTooManyCategoriesException(
    SerializationInfo^ info,
    StreamingContext context
)
new : 
        info:SerializationInfo *
        context:StreamingContext -> PackagePublisherTooManyCategoriesException
Protected Sub New (
    info As SerializationInfo,
    context As StreamingContext
)

Parameters

See Also

PackagePublisherTooManyCategoriesException Overload
PackagePublisherTooManyCategoriesException Class
Microsoft.UpdateServices.Administration Namespace

Return to top