Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
error
Type: System.ExceptionThe error that occurred.
Remarks
RebootRequired and RestartDashboardare false.
See Also
AddInOperationCompletedEventArgs Overload
AddInOperationCompletedEventArgs Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top