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

See Also

WsusObjectNotFoundException Overload
WsusObjectNotFoundException Class
Microsoft.UpdateServices.Administration Namespace

Return to top