SqlNotFilledException 생성자

정의

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

오버로드

Name Description
SqlNotFilledException()

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

SqlNotFilledException(String)

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

SqlNotFilledException(String, Exception)

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

설명

클래스 SqlNotFilledException 는 독립 실행형 구성 요소로 사용하기 위한 것이 아니라 다른 클래스가 표준 기능을 파생하는 클래스로 사용하기 위한 것입니다.

SqlNotFilledException()

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

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

설명

클래스 SqlNotFilledException 는 독립 실행형 구성 요소로 사용하기 위한 것이 아니라 다른 클래스가 표준 기능을 파생하는 클래스로 사용하기 위한 것입니다.

적용 대상

SqlNotFilledException(String)

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

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

매개 변수

message
String

예외가 throw되면 표시할 문자열입니다.

설명

클래스 SqlNotFilledException 는 독립 실행형 구성 요소로 사용하기 위한 것이 아니라 다른 클래스가 표준 기능을 파생하는 클래스로 사용하기 위한 것입니다.

적용 대상

SqlNotFilledException(String, Exception)

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

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

매개 변수

message
String

예외가 throw되면 표시할 문자열입니다.

e
Exception

내부 예외에 대한 참조입니다.

설명

클래스 SqlNotFilledException 는 독립 실행형 구성 요소로 사용하기 위한 것이 아니라 다른 클래스가 표준 기능을 파생하는 클래스로 사용하기 위한 것입니다.

적용 대상