Share via


WsusObjectNotFoundException Constructor

 

Applies To: Windows Server Update Services

Initializes a new instance of the WsusObjectNotFoundException class.

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

Overload List

Name Description
System_CAPS_pubmethod WsusObjectNotFoundException()

Initializes a new instance of the WsusObjectNotFoundException class.

System_CAPS_pubmethod WsusObjectNotFoundException(Exception)

Initializes a new instance of the WsusObjectNotFoundException class with the specified inner exception.

System_CAPS_protmethod WsusObjectNotFoundException(SerializationInfo, StreamingContext)

Initializes a new instance of the WsusObjectNotFoundException class with serialized data.

System_CAPS_pubmethod WsusObjectNotFoundException(String)

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

System_CAPS_pubmethod WsusObjectNotFoundException(String, Exception)

Initializes a new instance of the WsusObjectNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.

See Also

WsusObjectNotFoundException Class
Microsoft.UpdateServices.Administration Namespace

Return to top