MultiShardAggregateException 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
MultiShardAggregateException()
public MultiShardAggregateException ();
Public Sub New ()
Applies to
MultiShardAggregateException(IEnumerable<Exception>)
public MultiShardAggregateException (System.Collections.Generic.IEnumerable<Exception> innerExceptions);
new Microsoft.Azure.SqlDatabase.ElasticScale.Query.MultiShardAggregateException : seq<Exception> -> Microsoft.Azure.SqlDatabase.ElasticScale.Query.MultiShardAggregateException
Public Sub New (innerExceptions As IEnumerable(Of Exception))
Parameters
- innerExceptions
- IEnumerable<Exception>
Applies to
MultiShardAggregateException(Exception)
public MultiShardAggregateException (Exception innerException);
new Microsoft.Azure.SqlDatabase.ElasticScale.Query.MultiShardAggregateException : Exception -> Microsoft.Azure.SqlDatabase.ElasticScale.Query.MultiShardAggregateException
Public Sub New (innerException As Exception)
Parameters
- innerException
- Exception
Applies to
MultiShardAggregateException(String)
public MultiShardAggregateException (string message);
new Microsoft.Azure.SqlDatabase.ElasticScale.Query.MultiShardAggregateException : string -> Microsoft.Azure.SqlDatabase.ElasticScale.Query.MultiShardAggregateException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
MultiShardAggregateException(SerializationInfo, StreamingContext)
protected MultiShardAggregateException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Azure.SqlDatabase.ElasticScale.Query.MultiShardAggregateException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Azure.SqlDatabase.ElasticScale.Query.MultiShardAggregateException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
MultiShardAggregateException(String, IEnumerable<Exception>)
public MultiShardAggregateException (string message, System.Collections.Generic.IEnumerable<Exception> innerExceptions);
new Microsoft.Azure.SqlDatabase.ElasticScale.Query.MultiShardAggregateException : string * seq<Exception> -> Microsoft.Azure.SqlDatabase.ElasticScale.Query.MultiShardAggregateException
Public Sub New (message As String, innerExceptions As IEnumerable(Of Exception))
Parameters
- message
- String
- innerExceptions
- IEnumerable<Exception>
Applies to
MultiShardAggregateException(String, Exception)
public MultiShardAggregateException (string message, Exception innerException);
new Microsoft.Azure.SqlDatabase.ElasticScale.Query.MultiShardAggregateException : string * Exception -> Microsoft.Azure.SqlDatabase.ElasticScale.Query.MultiShardAggregateException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET