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
Exibir arquivo Open project: I-Synergy/I-Synergy.Framework

Public Methods

Method 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 method

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

SQLiteFileSystemException() public method

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

SQLiteFileSystemException() public method

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

SQLiteFileSystemException() public method

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
return System