Error Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation Error Property
Gets the FCI or FDI cabinet engine error number.
Declaration Syntax
C# Visual Basic Visual C++ F#
public int Error { get; }
Public ReadOnly Property Error As Integer
	Get
public:
property int Error {
	int get ();
}
member Error : int with get
Property Value
Int32
A cabinet engine error number, or 0 if the exception was not related to a cabinet engine error number.

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