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