SqlAssessmentFormatException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SqlAssessmentFormatException()
public SqlAssessmentFormatException();
Public Sub New ()
適用対象
SqlAssessmentFormatException(String)
public SqlAssessmentFormatException(string message);
new Microsoft.SqlServer.Management.Assessment.SqlAssessmentFormatException : string -> Microsoft.SqlServer.Management.Assessment.SqlAssessmentFormatException
Public Sub New (message As String)
パラメーター
- message
- String
適用対象
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)
パラメーター
- info
- SerializationInfo
- context
- StreamingContext
適用対象
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)
パラメーター
- message
- String
- innerException
- Exception
適用対象
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)
パラメーター
- type
- Type
- value
- String
適用対象
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)
パラメーター
- type
- Type
- value
- String
- innerException
- Exception