Error Class

Contains specific error information.
Inheritance Hierarchy
SystemObject
  IssueBase
    Ubitsoft.SqlEnlight.ModelError

Namespace:
 Ubitsoft.SqlEnlight.Model
Assembly:
 Ubitsoft.SqlEnlight.Model (in Ubitsoft.SqlEnlight.Model.dll) Version: 2.0.2.76

Syntax
[SerializableAttribute]
public class Error : IssueBase

The Error type exposes the following members.

Constructors
  Name Description
Public method Error
Initializes a new instance of the Object class.
Public method Error(Error)
Initializes a new instance of the Error class

Top

Properties
  Name Description
Public property BatchHash
Public property BatchIndex
Public property Context
Object reserved for internal use only.
Public property File
Depending on the context this property contains the source file.
Public property Fix
Public property Flows
Public property Gap
Public property SampleCode
Public property Source
Depending on the context this property contains the error source file or the object name.
Public property SourceRule
Public property State
Public property Threshold
Public property Type
The specific error type.

Top

Methods
  Name Description
Public method HasFix

Top

Remarks
The objects of this type are used and returned by SQL Enlgiht analysis and parsing engines.
See Also