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