Win32Exception.NativeErrorCode Property

Definition

Gets the Win32 error code associated with this exception.

public:
 property int NativeErrorCode { int get(); };
public int NativeErrorCode { get; }
member this.NativeErrorCode : int
Public ReadOnly Property NativeErrorCode As Integer

Property Value

The Win32 error code associated with this exception.

Applies to