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 | |
---|---|---|
WsusObjectNotFoundException() | Initializes a new instance of the WsusObjectNotFoundException class. |
|
WsusObjectNotFoundException(Exception) | Initializes a new instance of the WsusObjectNotFoundException class with the specified inner exception. |
|
WsusObjectNotFoundException(SerializationInfo, StreamingContext) | Initializes a new instance of the WsusObjectNotFoundException class with serialized data. |
|
WsusObjectNotFoundException(String) | Initializes a new instance of the WsusObjectNotFoundException class with a specified error message. |
|
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