WsusObjectNotFoundException Constructor (SerializationInfo, StreamingContext)
Applies To: Windows Server Update Services
Initializes a new instance of the WsusObjectNotFoundException class with serialized data.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
protected WsusObjectNotFoundException(
SerializationInfo info,
StreamingContext context
)
protected:
WsusObjectNotFoundException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> WsusObjectNotFoundException
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
Parameters
info
Type: System.Runtime.Serialization.SerializationInfoThe SerializationInfo that holds the serialized object data about the exception being thrown.
context
Type: System.Runtime.Serialization.StreamingContextThe StreamingContext that contains contextual information about the source or destination.
See Also
WsusObjectNotFoundException Overload
WsusObjectNotFoundException Class
Microsoft.UpdateServices.Administration Namespace
Return to top