dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleAlerterErrorEventArgs Class / OracleAlerterErrorEventArgs Constructor
The exception that represents the error.

In This Topic
    OracleAlerterErrorEventArgs Constructor
    In This Topic
    Initializes a new instance of the OracleAlerterAlertEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal exception As Exception _
    )
    public OracleAlerterErrorEventArgs( 
       Exception exception
    )

    Parameters

    exception
    The exception that represents the error.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also