Share via


WsusInvalidDataException Constructor (String)

 

Applies To: Windows Server Update Services

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

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

Syntax

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

Parameters

  • message
    Type: System.String

    The message that describes the error.

See Also

WsusInvalidDataException Overload
WsusInvalidDataException Class
Microsoft.UpdateServices.Administration Namespace

Return to top