SchemaInfoException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
SchemaInfoException()
public SchemaInfoException ();
Public Sub New ()
S’applique à
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)
Paramètres
- message
- String
S’applique à
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)
Paramètres
- message
- String
- inner
- Exception
S’applique à
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())
Paramètres
- format
- String
- args
- Object[]
S’applique à
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)
Paramètres
- code
- SchemaInfoErrorCode
- message
- String
- inner
- Exception
S’applique à
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())
Paramètres
- code
- SchemaInfoErrorCode
- format
- String
- args
- Object[]
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET