WsusObjectNotFoundException Constructor (Exception)

 

Applies To: Windows Server Update Services

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

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

Syntax

public WsusObjectNotFoundException(
    Exception innerException
)
public:
WsusObjectNotFoundException(
    Exception^ innerException
)
new : 
        innerException:Exception -> WsusObjectNotFoundException
Public Sub New (
    innerException As Exception
)

Parameters

  • innerException
    Type: System.Exception

    The exception that is the cause of the current exception. If the innerException parameter is not null (Nothing in Visual Basic), the current exception is raised in a catch block that handles the inner exception.

Remarks

A default exception message will be used.

See Also

WsusObjectNotFoundException Overload
WsusObjectNotFoundException Class
Microsoft.UpdateServices.Administration Namespace

Return to top