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
    See Also