다음을 통해 공유


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 네임스페이스