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
エラー メッセージを含む文字列値。
- innerException
型: System.Exception
内部例外オブジェクト。
- response
型: System.Data.Services.Client.QueryOperationResponse
QueryOperationResponse オブジェクト。