WsusInvalidServerException Constructor (String)
Applies To: Windows Server Update Services
Initializes a new instance of the WsusInvalidServerException class with the specified error message.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public WsusInvalidServerException(
string message
)
public:
WsusInvalidServerException(
String^ message
)
new :
message:string -> WsusInvalidServerException
Public Sub New (
message As String
)
Parameters
message
Type: System.StringThe message that describes the error.
See Also
WsusInvalidServerException Overload
WsusInvalidServerException Class
Microsoft.UpdateServices.Administration Namespace
Return to top