Compartir a través de


AddInOperationCompletedEventArgs Constructor (Exception)

 

Creates and initializes an instance of the AddInOperationCompletedEventArgs class with the specified error.

Namespace:   Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly:  AddinInfrastructure (in AddinInfrastructure.dll)

Syntax

public AddInOperationCompletedEventArgs(
    Exception error
)
public:
AddInOperationCompletedEventArgs(
    Exception^ error
)
Public Sub New (
    error As Exception
)

Parameters

Remarks

RebootRequired and RestartDashboardare false.

See Also

AddInOperationCompletedEventArgs Overload
AddInOperationCompletedEventArgs Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

Return to top