PackageUpdatingEventArgs.ErrorCode Property

Definition

Gets the result of the package uninstall operation.

public:
 property HResult ErrorCode { HResult get(); };
HResult ErrorCode();
public System.Exception ErrorCode { get; }
var hResult = packageUpdatingEventArgs.errorCode;
Public ReadOnly Property ErrorCode As Exception

Property Value

The result of the package uninstall operation.

Applies to