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