![]() | Default |
public DefaultSecureMimeContext( string fileName, string password, SecureRandom random )
Exception | Condition |
---|---|
ArgumentNullException | fileName is . -or- password is . -or- random is . |
ArgumentException | The specified file path is empty. |
NotSupportedException | Mono.Data.Sqlite is not available. |
UnauthorizedAccessException | The user does not have access to read the specified file. |
IOException | An error occurred reading the file. |
Allows the program to specify its own location for the SQLite database. If the file does not exist, it will be created and the necessary tables and indexes will be constructed.
Requires linking with Mono.Data.Sqlite.