C# 클래스 ISynergy.Framework.AspNetCore.WebDav.FileSystem.SQLite.SQLiteFileSystemException

An exception to be thrown, because the internal exception of SQLite.NET isn't accessible
상속: Exception
파일 보기 프로젝트 열기: I-Synergy/I-Synergy.Framework

공개 메소드들

메소드 설명
SQLiteFileSystemException ( ) : System

Initializes a new instance of the SQLiteFileSystemException class.

SQLiteFileSystemException ( SQLitePCL.SQLite db ) : System

Initializes a new instance of the SQLiteFileSystemException class.

SQLiteFileSystemException ( string message ) : System

Initializes a new instance of the SQLiteFileSystemException class.

SQLiteFileSystemException ( string message, Exception innerException ) : System

Initializes a new instance of the SQLiteFileSystemException class.

메소드 상세

SQLiteFileSystemException() 공개 메소드

Initializes a new instance of the SQLiteFileSystemException class.
public SQLiteFileSystemException ( ) : System
리턴 System

SQLiteFileSystemException() 공개 메소드

Initializes a new instance of the SQLiteFileSystemException class.
public SQLiteFileSystemException ( SQLitePCL.SQLite db ) : System
db SQLitePCL.SQLite The SQLite DB handle
리턴 System

SQLiteFileSystemException() 공개 메소드

Initializes a new instance of the SQLiteFileSystemException class.
public SQLiteFileSystemException ( string message ) : System
message string The exception message
리턴 System

SQLiteFileSystemException() 공개 메소드

Initializes a new instance of the SQLiteFileSystemException class.
public SQLiteFileSystemException ( string message, Exception innerException ) : System
message string The exception message
innerException Exception The inner exception
리턴 System