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

In This Topic
    ScriptErrorEventArgs Class Members
    In This Topic

    The following tables list the members exposed by ScriptErrorEventArgs.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets the System.Exception instance that DbScript throws.  
    Public PropertyGets or sets whether the current error will be ignored or not.  
    Public PropertyGets length of statement where an error occurred.  
    Public PropertyGets number of the line where an error occurred.  
    Public PropertyGets position in the line where an error occurred.  
    Public PropertyGets offset of statement where an error occurred.  
    Public PropertyGets type of the statement that caused an error.  
    Public PropertyGets SQL statement where an error occurred.  
    Top
    See Also