OleDbException.ErrorCode Vlastnost

Definice

Získá HRESULT chyby.

public:
 virtual property int ErrorCode { int get(); };
public override int ErrorCode { get; }
[System.ComponentModel.TypeConverter(typeof(System.Data.OleDb.OleDbException+ErrorCodeConverter))]
public override int ErrorCode { get; }
member this.ErrorCode : int
[<System.ComponentModel.TypeConverter(typeof(System.Data.OleDb.OleDbException+ErrorCodeConverter))>]
member this.ErrorCode : int
Public Overrides ReadOnly Property ErrorCode As Integer

Hodnota vlastnosti

Hodnota HRESULT chyby.

Atributy

Platí pro

Viz také