C# Class ISynergy.Framework.AspNetCore.WebDav.FileSystem.SQLite.SQLiteFileSystemException

An exception to be thrown, because the internal exception of SQLite.NET isn't accessible
Inheritance: Exception
Afficher le fichier Open project: I-Synergy/I-Synergy.Framework

Méthodes publiques

Méthode Description
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.

Method Details

SQLiteFileSystemException() public méthode

Initializes a new instance of the SQLiteFileSystemException class.
public SQLiteFileSystemException ( ) : System
Résultat System

SQLiteFileSystemException() public méthode

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

SQLiteFileSystemException() public méthode

Initializes a new instance of the SQLiteFileSystemException class.
public SQLiteFileSystemException ( string message ) : System
message string The exception message
Résultat System

SQLiteFileSystemException() public méthode

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
Résultat System