Share via


QueryNotSupportedEnumeratorException コンストラクター (String, Exception)

定義されたメッセージと例外を使用して、QueryNotSupportedEnumeratorException クラスの新しいインスタンスを初期化します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'使用
Dim message As String 
Dim innerException As Exception 

Dim instance As New QueryNotSupportedEnumeratorException(message, _
    innerException)
public QueryNotSupportedEnumeratorException(
    string message,
    Exception innerException
)
public:
QueryNotSupportedEnumeratorException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> QueryNotSupportedEnumeratorException
public function QueryNotSupportedEnumeratorException(
    message : String, 
    innerException : Exception
)

パラメーター

  • message
    型: System.String
    Query Not Supported Enumerator 例外のメッセージ文字列を示す文字列値です。
  • innerException
    型: System.Exception
    Query Not Supported Enumerator 例外の内部例外を示す Exception オブジェクトです。

関連項目

参照

QueryNotSupportedEnumeratorException クラス

QueryNotSupportedEnumeratorException オーバーロード

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間