SqlServerError Class
Represents the SQL server error.
Namespace: Microsoft.Data.Schema.Sql.Common
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class SqlServerError _
Inherits DataSchemaError
'Usage
Dim instance As SqlServerError
[SerializableAttribute]
public class SqlServerError : DataSchemaError
[SerializableAttribute]
public ref class SqlServerError : public DataSchemaError
public class SqlServerError extends DataSchemaError
[<SerializableAttribute>]
type SqlServerError =
class
inherit DataSchemaError
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.