ErrorCode Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation ErrorCode Property
Gets the Win32 error code.
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
Int32
A Win32 error code, or 0 if the exception was not related to a Win32 error.

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