dotConnect for Oracle Documentation
Devart.Common Namespace / ScriptErrorEventArgs Class / ScriptErrorEventArgs Constructor

In This Topic
    ScriptErrorEventArgs Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal e As Exception, _
       ByVal text As String, _
       ByVal offset As Long, _
       ByVal length As Long, _
       ByVal lineNumber As Integer, _
       ByVal linePosition As Integer, _
       ByVal statementType As SqlStatementType _
    )
    public ScriptErrorEventArgs( 
       Exception e,
       string text,
       long offset,
       long length,
       int lineNumber,
       int linePosition,
       SqlStatementType statementType
    )

    Parameters

    e
    text
    offset
    length
    lineNumber
    linePosition
    statementType
    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