Share via


PackageContentGroupStagingEventArgs.ErrorCode Property

Definition

Gets the result of the package content group staging operation.

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

Property Value

The result of the package content group staging operation.

Applies to