ErrorCode Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation ErrorCode Property
Gets the system error code that resulted in this exception, or 0 if not applicable.
Declaration Syntax
C# Visual Basic Visual C++ F#
public int ErrorCode { get; }
Public ReadOnly Property ErrorCode As Integer
	Get
public:
property int ErrorCode {
	int get ();
}
member ErrorCode : int with get
Property Value

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)