OracleException.Code Property

Definition

Gets the code portion of the error as an integer.

public:
 property int Code { int get(); };
public int Code { get; }
member this.Code : int
Public ReadOnly Property Code As Integer

Property Value

The code portion of the error as an integer.

Applies to