SchemaInfoException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
- code
- SchemaInfoErrorCode
- 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
- code
- SchemaInfoErrorCode
- format
- String
- args
- Object[]
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET