ErrorCode Property

Microsoft Deployment Tools

Deployment Tools Foundation ErrorCode Property
Gets the Win32 error code.
Declaration Syntax
C# Visual Basic Visual C++
public int ErrorCode { get; }
Public ReadOnly Property ErrorCode As Integer
public:
property int ErrorCode {
	int get ();
}
Value
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) Version: 3.0.0.0 (3.5.1623.0)