SfcInvalidQueryExpressionException 클래스

정의

잘못된 유형의 쿼리가 ObjectQuery에 전달되면 이 예외가 throw됩니다.

[System.Serializable]
public sealed class SfcInvalidQueryExpressionException : Microsoft.SqlServer.Management.Sdk.Sfc.SfcException
[<System.Serializable>]
type SfcInvalidQueryExpressionException = class
    inherit SfcException
Public NotInheritable Class SfcInvalidQueryExpressionException
Inherits SfcException
상속
SfcInvalidQueryExpressionException
특성

생성자

Name Description
SfcInvalidQueryExpressionException()

잘못된 유형의 쿼리가 ObjectQuery에 전달되면 이 예외가 throw됩니다.

SfcInvalidQueryExpressionException(String, Exception)

잘못된 유형의 쿼리가 ObjectQuery에 전달되면 이 예외가 throw됩니다.

SfcInvalidQueryExpressionException(String)

잘못된 유형의 쿼리가 ObjectQuery에 전달되면 이 예외가 throw됩니다.

속성

Name Description
HelpLink

잘못된 유형의 쿼리가 ObjectQuery에 전달되면 이 예외가 throw됩니다.

(다음에서 상속됨 SfcException)

메서드

Name Description
SetHelpContext(String)

잘못된 유형의 쿼리가 ObjectQuery에 전달되면 이 예외가 throw됩니다.

(다음에서 상속됨 SfcException)

적용 대상