WsusObjectAlreadyExistsException Constructor (String)

 

Applies To: Windows Server Update Services

Initializes a new instance of the WsusObjectAlreadyExistsException class with the specified error message.

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

Syntax

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

Parameters

  • message
    Type: System.String

    The message that describes the error.

See Also

WsusObjectAlreadyExistsException Overload
WsusObjectAlreadyExistsException Class
Microsoft.UpdateServices.Administration Namespace

Return to top