Share via


PackagePublisherTooManyCategoriesException Constructor (String)

 

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

public PackagePublisherTooManyCategoriesException(
    string message
)
public:
PackagePublisherTooManyCategoriesException(
    String^ message
)
new : 
        message:string -> PackagePublisherTooManyCategoriesException
Public Sub New (
    message As String
)

Parameters

  • message
    Type: System.String

    The message that describes the error.

See Also

PackagePublisherTooManyCategoriesException Overload
PackagePublisherTooManyCategoriesException Class
Microsoft.UpdateServices.Administration Namespace

Return to top