dotConnect for PostgreSQL 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 _
)
 

Parameters

e
text
offset
length
lineNumber
linePosition
statementType
See Also