Sdílet prostřednictvím


SmartDeviceException.ErrorCode-Eigenschaft

Aktualisiert: November 2007

Ruft den codierten numerischen Wert ab, der den Ausnahmetyp oder -fehler darstellt.

Namespace:  Microsoft.SmartDevice.Connectivity
Assembly:  Microsoft.SmartDevice.Connectivity (in Microsoft.SmartDevice.Connectivity.dll)

Syntax

'Declaration
Public ReadOnly Property ErrorCode As Integer
'Usage
Dim instance As SmartDeviceException
Dim value As Integer

value = instance.ErrorCode
public int ErrorCode { get; }
public:
property int ErrorCode {
    int get ();
}
public function get ErrorCode () : int

Eigenschaftenwert

Typ: System.Int32

Der Wert des Fehlercodes.

Berechtigungen

Siehe auch

Referenz

SmartDeviceException-Klasse

SmartDeviceException-Member

Microsoft.SmartDevice.Connectivity-Namespace