Number

This property specifies the Oracle error number.

Declaration

// C#
public int Number {get;}

Property Value

The error number.

Remarks

This error number can be the topmost level of error generated by Oracle and can be a provider-specific error number.

Note:

ODP.NET error numbers have changed in version 23 to better align with standard Oracle error number ranges. ODP.NET-specific exceptions now use the ORA-500XXX error range.