SqlAssessmentFormatException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
SqlAssessmentFormatException()
public SqlAssessmentFormatException();
Public Sub New ()
Gilt für:
SqlAssessmentFormatException(String)
public SqlAssessmentFormatException(string message);
new Microsoft.SqlServer.Management.Assessment.SqlAssessmentFormatException : string -> Microsoft.SqlServer.Management.Assessment.SqlAssessmentFormatException
Public Sub New (message As String)
Parameter
- message
- String
Gilt für:
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)
Parameter
- info
- SerializationInfo
- context
- StreamingContext
Gilt für:
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)
Parameter
- message
- String
- innerException
- Exception
Gilt für:
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)
Parameter
- type
- Type
- value
- String
Gilt für:
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)
Parameter
- type
- Type
- value
- String
- innerException
- Exception