PackagePublisherOperationCanceledException Constructor (Exception)

 

Applies To: Windows Server Update Services

Initializes a new instance of the PackagePublisherOperationCanceledException class.

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

Syntax

public PackagePublisherOperationCanceledException(
    Exception innerException
)
public:
PackagePublisherOperationCanceledException(
    Exception^ innerException
)
new : 
        innerException:Exception -> PackagePublisherOperationCanceledException
Public Sub New (
    innerException As Exception
)

Parameters

  • innerException
    Type: System.Exception

    The 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.

Remarks

A default exception message will be used.

See Also

PackagePublisherOperationCanceledException Overload
PackagePublisherOperationCanceledException Class
Microsoft.UpdateServices.Administration Namespace

Return to top