dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleConnectionErrorEventArgs Class / Code Property

In This Topic
    Code Property (OracleConnectionErrorEventArgs)
    In This Topic
    Gets the Oracle specific error code.
    Syntax
    'Declaration
     
    Public ReadOnly Property Code As Integer
    public int Code {get;}

    Property Value

    Oracle specific error code.
    Remarks
    You may use this property to obtain the Oracle error code.
    See Also