InterpretationError Class

Represents the errors specific to interpretation.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class InterpretationError _
    Inherits SqlServerError
'Usage
Dim instance As InterpretationError
[SerializableAttribute]
public class InterpretationError : SqlServerError
[SerializableAttribute]
public ref class InterpretationError : public SqlServerError
public class InterpretationError extends SqlServerError
[<SerializableAttribute>]
type InterpretationError =  
    class
        inherit SqlServerError
    end

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.Common.DataSchemaError
    Microsoft.Data.Schema.Sql.Common.SqlServerError
      Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.InterpretationError

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

InterpretationError Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace