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

In This Topic
    Code Property (OracleError)
    In This Topic
    Gets a code that identifies the type of the error.
    Syntax
    'Declaration
     
    Public ReadOnly Property Code As Integer
    public int Code {get;}

    Property Value

    A code that identifies the type of the error.
    See Also