次の方法で共有


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

DataServiceQueryException クラスの新しいインスタンスを初期化します。

名前空間:  System.Data.Services.Client
アセンブリ:  Microsoft.Data.Services.Client (Microsoft.Data.Services.Client.dll)

構文

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

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

パラメーター

  • message
    型: System.String
    エラー メッセージを含む文字列値。

関連項目

参照

DataServiceQueryException クラス

DataServiceQueryException オーバーロード

System.Data.Services.Client 名前空間