ScriptErrorEventArgs Class Members
                In This Topic
            
            The following tables list the members exposed by ScriptErrorEventArgs.
            
            Public Constructors
            
            
            
            
            
            
            
            Public Properties
|  | Name | Description | 
|---|
|  | Exception | Gets the System.Exception instance that DbScript throws. | 
|  | Ignore | Gets or sets whether the current error will be ignored or not. | 
|  | Length | Gets length of statement where an error occurred. | 
|  | LineNumber | Gets number of the line where an error occurred. | 
|  | LinePosition | Gets position in the line where an error occurred. | 
|  | Offset | Gets offset of statement where an error occurred. | 
|  | StatementType | Gets type of the statement that caused an error. | 
|  | Text | Gets SQL statement where an error occurred. | 
TopSee Also