dotConnect Universal Documentation
Devart.Common Namespace / ScriptErrorEventArgs Class

In This Topic
    ScriptErrorEventArgs Class Properties
    In This Topic

    For a list of all members of this type, see ScriptErrorEventArgs members.

    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