다음을 통해 공유


SqlNotFilledException 생성자

정의

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

오버로드

SqlNotFilledException()

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

SqlNotFilledException(String)

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

SqlNotFilledException(String, Exception)

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

설명

SqlNotFilledException 클래스는 독립 실행형 구성 요소로는 사용할 수 없고 다른 클래스가 표준 기능을 파생하는 원본 클래스로만 사용할 수 있습니다.

SqlNotFilledException()

Source:
SQLUtility.cs
Source:
SQLUtility.cs
Source:
SQLUtility.cs

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

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

설명

SqlNotFilledException 클래스는 독립 실행형 구성 요소로는 사용할 수 없고 다른 클래스가 표준 기능을 파생하는 원본 클래스로만 사용할 수 있습니다.

적용 대상

SqlNotFilledException(String)

Source:
SQLUtility.cs
Source:
SQLUtility.cs
Source:
SQLUtility.cs

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

public:
 SqlNotFilledException(System::String ^ message);
public SqlNotFilledException (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)

Source:
SQLUtility.cs
Source:
SQLUtility.cs
Source:
SQLUtility.cs

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

public:
 SqlNotFilledException(System::String ^ message, Exception ^ e);
public SqlNotFilledException (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 클래스는 독립 실행형 구성 요소로는 사용할 수 없고 다른 클래스가 표준 기능을 파생하는 원본 클래스로만 사용할 수 있습니다.

적용 대상