다음을 통해 공유


DataServiceQueryException 클래스

정의

데이터 서비스를 쿼리하는 동안 오류가 발생했음을 나타내는 예외입니다.

[System.Serializable]
public sealed class DataServiceQueryException : InvalidOperationException
[<System.Serializable>]
type DataServiceQueryException = class
    inherit InvalidOperationException
Public NotInheritable Class DataServiceQueryException
Inherits InvalidOperationException
상속
DataServiceQueryException
특성

생성자

DataServiceQueryException()

오류를 설명하는 시스템 제공 메시지를 사용하여 DataServiceQueryException 클래스의 새 인스턴스를 초기화합니다.

DataServiceQueryException(String)

오류를 설명하는 지정한 메시지를 사용하여 DataServiceQueryException 클래스의 새 인스턴스를 초기화합니다.

DataServiceQueryException(String, Exception)

지정된 오류 메시지와 해당 예외의 원인인 내부 예외에 대한 참조를 사용하여 DataServiceQueryException 클래스의 새 인스턴스를 초기화합니다.

DataServiceQueryException(String, Exception, QueryOperationResponse)

DataServiceQueryException 클래스의 새 인스턴스를 초기화합니다.

속성

Response

예외 결과를 나타내는 QueryOperationResponse를 가져옵니다.

적용 대상