AddInProcessAbortArgs Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
AddInProcessAbortArgs(Uri ^ manifest, Microsoft::VisualStudio::Tools::Applications::Deployment::AddInInstallationStatus installationStatus, System::String ^ productName, Exception ^ error, System::String ^ path);
public AddInProcessAbortArgs (Uri manifest, Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstallationStatus installationStatus, string productName, Exception error, string path);
new Microsoft.VisualStudio.Tools.Applications.Deployment.AddInProcessAbortArgs : Uri * Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstallationStatus * string * Exception * string -> Microsoft.VisualStudio.Tools.Applications.Deployment.AddInProcessAbortArgs
Public Sub New (manifest As Uri, installationStatus As AddInInstallationStatus, productName As String, error As Exception, path As String)
Parameters
- manifest
- Uri
- installationStatus
- AddInInstallationStatus
- productName
- String
- error
- Exception
- path
- String