Freigeben über


ErrorWrapper.ErrorCode-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft den Fehlercode des Wrappers ab.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

Syntax

public int ErrorCode { get; }
public:
property int ErrorCode {
    int get();
}
member ErrorCode : int with get
Public ReadOnly Property ErrorCode As Integer

Eigenschaftswert

Type: System.Int32

Das HRESULT des Fehlers.

Versionsinformationen

Universelle Windows-Plattform
Verfügbar seit 8
.NET Framework
Verfügbar seit 1.1
Portierbare Klassenbibliothek
Unterstützt in: portierbare .NET-Plattformen
Windows Phone
Verfügbar seit 8.1

Siehe auch

ErrorWrapper-Klasse
System.Runtime.InteropServices-Namespace

Zurück zum Anfang