SqlAssessmentOverflowException 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
SqlAssessmentOverflowException()
public SqlAssessmentOverflowException();
Public Sub New ()
S’applique à
SqlAssessmentOverflowException(String)
public SqlAssessmentOverflowException(string message);
new Microsoft.SqlServer.Management.Assessment.SqlAssessmentOverflowException : string -> Microsoft.SqlServer.Management.Assessment.SqlAssessmentOverflowException
Public Sub New (message As String)
Paramètres
- message
- String
S’applique à
SqlAssessmentOverflowException(Type)
public SqlAssessmentOverflowException(Type type);
new Microsoft.SqlServer.Management.Assessment.SqlAssessmentOverflowException : Type -> Microsoft.SqlServer.Management.Assessment.SqlAssessmentOverflowException
Public Sub New (type As Type)
Paramètres
- type
- Type
S’applique à
SqlAssessmentOverflowException(SerializationInfo, StreamingContext)
protected SqlAssessmentOverflowException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.SqlServer.Management.Assessment.SqlAssessmentOverflowException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.SqlServer.Management.Assessment.SqlAssessmentOverflowException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Paramètres
- info
- SerializationInfo
- context
- StreamingContext
S’applique à
SqlAssessmentOverflowException(String, Exception)
public SqlAssessmentOverflowException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Assessment.SqlAssessmentOverflowException : string * Exception -> Microsoft.SqlServer.Management.Assessment.SqlAssessmentOverflowException
Public Sub New (message As String, innerException As Exception)
Paramètres
- message
- String
- innerException
- Exception
S’applique à
SqlAssessmentOverflowException(Type, Exception)
public SqlAssessmentOverflowException(Type type, Exception innerException);
new Microsoft.SqlServer.Management.Assessment.SqlAssessmentOverflowException : Type * Exception -> Microsoft.SqlServer.Management.Assessment.SqlAssessmentOverflowException
Public Sub New (type As Type, innerException As Exception)
Paramètres
- type
- Type
- innerException
- Exception