dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLoaderErrorEventArgs Class / Exception Property

In This Topic
    Exception Property (OracleLoaderErrorEventArgs)
    In This Topic
    Gets the OracleException instance that an OracleLoader throws.
    Syntax
    'Declaration
     
    Public ReadOnly Property Exception As OracleException
    public OracleException Exception {get;}

    Property Value

    An OracleException instance that contains information specific to the OracleLoader error.
    Remarks
    If set the Exception property in Error event handler to false, OracleLoader throws this OracleException instance.
    See Also