SchemaInfoException Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
SchemaInfoException()
public SchemaInfoException ();
Public Sub New ()
Aplica-se a
SchemaInfoException(String)
public SchemaInfoException (string message);
new Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Schema.SchemaInfoException : string -> Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Schema.SchemaInfoException
Public Sub New (message As String)
Parâmetros
- message
- String
Aplica-se a
SchemaInfoException(String, Exception)
public SchemaInfoException (string message, Exception inner);
new Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Schema.SchemaInfoException : string * Exception -> Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Schema.SchemaInfoException
Public Sub New (message As String, inner As Exception)
Parâmetros
- message
- String
- inner
- Exception
Aplica-se a
SchemaInfoException(String, Object[])
public SchemaInfoException (string format, params object[] args);
new Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Schema.SchemaInfoException : string * obj[] -> Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Schema.SchemaInfoException
Public Sub New (format As String, ParamArray args As Object())
Parâmetros
- format
- String
- args
- Object[]
Aplica-se a
SchemaInfoException(SchemaInfoErrorCode, String, Exception)
public SchemaInfoException (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Schema.SchemaInfoErrorCode code, string message, Exception inner);
new Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Schema.SchemaInfoException : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Schema.SchemaInfoErrorCode * string * Exception -> Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Schema.SchemaInfoException
Public Sub New (code As SchemaInfoErrorCode, message As String, inner As Exception)
Parâmetros
- code
- SchemaInfoErrorCode
- message
- String
- inner
- Exception
Aplica-se a
SchemaInfoException(SchemaInfoErrorCode, String, Object[])
public SchemaInfoException (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Schema.SchemaInfoErrorCode code, string format, params object[] args);
new Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Schema.SchemaInfoException : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Schema.SchemaInfoErrorCode * string * obj[] -> Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Schema.SchemaInfoException
Public Sub New (code As SchemaInfoErrorCode, format As String, ParamArray args As Object())
Parâmetros
- code
- SchemaInfoErrorCode
- format
- String
- args
- Object[]
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET