SqlNotFilledException 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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되었을 때 표시할 문자열입니다.
내부 예외에 대한 참조입니다.
설명
SqlNotFilledException 클래스는 독립 실행형 구성 요소로는 사용할 수 없고 다른 클래스가 표준 기능을 파생하는 원본 클래스로만 사용할 수 있습니다.
적용 대상
.NET