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 命名空间