SqliteException 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
SqliteException(String, Int32) |
SqliteException 클래스의 새 인스턴스를 초기화합니다. |
SqliteException(String, Int32, Int32) |
SqliteException 클래스의 새 인스턴스를 초기화합니다. |
SqliteException(String, Int32)
- Source:
- SqliteException.cs
- Source:
- SqliteException.cs
- Source:
- SqliteException.cs
- Source:
- SqliteException.cs
- Source:
- SqliteException.cs
- Source:
- SqliteException.cs
- Source:
- SqliteException.cs
- Source:
- SqliteException.cs
- Source:
- SqliteException.cs
- Source:
- SqliteException.cs
SqliteException 클래스의 새 인스턴스를 초기화합니다.
public SqliteException (string message, int errorCode);
public SqliteException (string? message, int errorCode);
new Microsoft.Data.Sqlite.SqliteException : string * int -> Microsoft.Data.Sqlite.SqliteException
Public Sub New (message As String, errorCode As Integer)
매개 변수
- message
- String
예외에 대해 표시할 메시지입니다. null일 수 있습니다.
- errorCode
- Int32
SQLite 오류 코드입니다.
적용 대상
SqliteException(String, Int32, Int32)
- Source:
- SqliteException.cs
- Source:
- SqliteException.cs
- Source:
- SqliteException.cs
- Source:
- SqliteException.cs
- Source:
- SqliteException.cs
- Source:
- SqliteException.cs
- Source:
- SqliteException.cs
- Source:
- SqliteException.cs
- Source:
- SqliteException.cs
SqliteException 클래스의 새 인스턴스를 초기화합니다.
public SqliteException (string message, int errorCode, int extendedErrorCode);
public SqliteException (string? message, int errorCode, int extendedErrorCode);
new Microsoft.Data.Sqlite.SqliteException : string * int * int -> Microsoft.Data.Sqlite.SqliteException
Public Sub New (message As String, errorCode As Integer, extendedErrorCode As Integer)
매개 변수
- message
- String
예외에 대해 표시할 메시지입니다. null일 수 있습니다.
- errorCode
- Int32
SQLite 오류 코드입니다.
- extendedErrorCode
- Int32
확장된 SQLite 오류 코드입니다.