PackagePublisherOperationCanceledException Constructor (String)

 

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(
    string message
)
public:
PackagePublisherOperationCanceledException(
    String^ message
)
new : 
        message:string -> PackagePublisherOperationCanceledException
Public Sub New (
    message As String
)

Parameters

  • message
    Type: System.String

    The message that describes the error.

See Also

PackagePublisherOperationCanceledException Overload
PackagePublisherOperationCanceledException Class
Microsoft.UpdateServices.Administration Namespace

Return to top