Partager via


SchemaInfoException Constructeurs

Définition

Surcharges

SchemaInfoException()
SchemaInfoException(String)
SchemaInfoException(String, Exception)
SchemaInfoException(String, Object[])
SchemaInfoException(SchemaInfoErrorCode, String, Exception)
SchemaInfoException(SchemaInfoErrorCode, String, Object[])

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

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

format
String
args
Object[]

S’applique à