Construtor SqlServerError (String, String, Int32, Int32, Int32, ErrorSeverity)
Inicializa uma nova instância da classe SqlServerError.
Namespace: Microsoft.Data.Schema.Sql
Assembly: Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)
Sintaxe
'Declaração
Public Sub New ( _
message As String, _
document As String, _
line As Integer, _
column As Integer, _
errorCode As Integer, _
severity As ErrorSeverity _
)
public SqlServerError(
string message,
string document,
int line,
int column,
int errorCode,
ErrorSeverity severity
)
public:
SqlServerError(
String^ message,
String^ document,
int line,
int column,
int errorCode,
ErrorSeverity severity
)
new :
message:string *
document:string *
line:int *
column:int *
errorCode:int *
severity:ErrorSeverity -> SqlServerError
public function SqlServerError(
message : String,
document : String,
line : int,
column : int,
errorCode : int,
severity : ErrorSeverity
)
Parâmetros
- message
Tipo: System.String
- document
Tipo: System.String
- line
Tipo: System.Int32
- column
Tipo: System.Int32
- errorCode
Tipo: System.Int32
- severity
Tipo: Microsoft.Data.Schema.ErrorSeverity
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.