InterpretationError Constructor
Initializes a new instance of the InterpretationError class.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
errorCode As Integer, _
severity As ErrorSeverity, _
sqlFragment As TSqlFragment, _
parseErrors As IList(Of ParseError), _
argumentName As String _
)
public InterpretationError(
string message,
int errorCode,
ErrorSeverity severity,
TSqlFragment sqlFragment,
IList<ParseError> parseErrors,
string argumentName
)
public:
InterpretationError(
String^ message,
int errorCode,
ErrorSeverity severity,
TSqlFragment^ sqlFragment,
IList<ParseError^>^ parseErrors,
String^ argumentName
)
new :
message:string *
errorCode:int *
severity:ErrorSeverity *
sqlFragment:TSqlFragment *
parseErrors:IList<ParseError> *
argumentName:string -> InterpretationError
public function InterpretationError(
message : String,
errorCode : int,
severity : ErrorSeverity,
sqlFragment : TSqlFragment,
parseErrors : IList<ParseError>,
argumentName : String
)
Parameters
- message
Type: System.String
- errorCode
Type: System.Int32
- severity
Type: Microsoft.Data.Schema.ErrorSeverity
- sqlFragment
Type: Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
- parseErrors
Type: System.Collections.Generic.IList<ParseError>
- argumentName
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.