다음을 통해 공유


InvalidCommandTreeException 클래스

정의

명령 트리가 잘못되었음을 나타내기 위해 throw됩니다.

[System.Serializable]
public sealed class InvalidCommandTreeException : System.Data.DataException
type InvalidCommandTreeException = class
    inherit DataException
Public NotInheritable Class InvalidCommandTreeException
Inherits DataException
상속
InvalidCommandTreeException
특성

생성자

InvalidCommandTreeException()

기본 메시지를 사용하여 InvalidCommandTreeException 클래스의 새 인스턴스를 초기화합니다.

InvalidCommandTreeException(String)

지정된 메시지를 사용하여 InvalidCommandTreeException 클래스의 새 인스턴스를 초기화합니다.

InvalidCommandTreeException(String, Exception)

지정된 메시지 및 내부 예외를 사용하여 InvalidCommandTreeException 클래스의 새 인스턴스를 초기화합니다.

적용 대상