SchemaInfoException Constructors

Definition

Overloads

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

SchemaInfoException()

public SchemaInfoException ();
Public Sub New ()

Applies to

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)

Parameters

message
String

Applies to

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)

Parameters

message
String
inner
Exception

Applies to

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())

Parameters

format
String
args
Object[]

Applies to

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)

Parameters

message
String
inner
Exception

Applies to

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())

Parameters

format
String
args
Object[]

Applies to