InvalidCommandTreeException 생성자

정의

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

오버로드

InvalidCommandTreeException()

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

InvalidCommandTreeException(String)

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

InvalidCommandTreeException(String, Exception)

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

InvalidCommandTreeException()

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

public:
 InvalidCommandTreeException();
public InvalidCommandTreeException ();
Public Sub New ()

적용 대상

InvalidCommandTreeException(String)

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

public:
 InvalidCommandTreeException(System::String ^ message);
public InvalidCommandTreeException (string message);
new System.Data.InvalidCommandTreeException : string -> System.Data.InvalidCommandTreeException
Public Sub New (message As String)

매개 변수

message
String

예외 메시지입니다.

적용 대상

InvalidCommandTreeException(String, Exception)

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

public:
 InvalidCommandTreeException(System::String ^ message, Exception ^ innerException);
public InvalidCommandTreeException (string message, Exception innerException);
new System.Data.InvalidCommandTreeException : string * Exception -> System.Data.InvalidCommandTreeException
Public Sub New (message As String, innerException As Exception)

매개 변수

message
String

예외 메시지입니다.

innerException
Exception

InvalidCommandTreeException의 원인이 되는 예외입니다.

적용 대상