PackagePublisherTooManyCategoriesException Constructor (Exception)
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(
Exception innerException
)
public:
PackagePublisherTooManyCategoriesException(
Exception^ innerException
)
new :
innerException:Exception -> PackagePublisherTooManyCategoriesException
Public Sub New (
innerException As Exception
)
Parameters
innerException
Type: System.ExceptionThe exception that is the cause of the current exception. If the innerException parameter is not a null reference (Nothing in Visual Basic), the current exception is raised in a catch block that handles the inner exception.
See Also
PackagePublisherTooManyCategoriesException Overload
PackagePublisherTooManyCategoriesException Class
Microsoft.UpdateServices.Administration Namespace
Return to top