text/microsoft-resx
2.0
System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Cannot convert object of type '{sourceType}' to object of type '{targetType}'.
You specified a password in the connection string, but the native SQLite library you're using doesn't support encryption.
ConnectionString cannot be set when the connection is open.
The data is NULL at ordinal {ordinal}. This method can't be called on NULL values. Check using IsDBNull before calling.
No data exists for the row/column.
Cannot bind the value for parameter '{parameterName}' because multiple matching parameters were found in the command text. Specify the parameter name with the symbol prefix, e.g. '@{parameterName}'.
The IsolationLevel '{isolationLevel}' is invalid.
A SqliteParameter with ParameterName '{parameterName}' is not contained by this SqliteParameterCollection.
SqliteBlob can only be used when the connection is open.
The {enumType} enumeration value, {value}, is invalid.
{methodName} can only be called when the connection is open.
Must add values for the following parameters: {parameters}
Offset and count were out of bounds for the buffer.
Keyword not supported: '{keyword}'.
The SQL function '{function}' was called with a NULL argument at ordinal {ordinal}. Create the function using a Nullable parameter or rewrite your query to avoid passing NULL.
An attempt was made to move the position before the beginning of the stream.
SQLite Error {errorCode}: '{message}'.
The ParameterDirection '{direction}' is invalid.
Cannot store 'NaN' values.
Execute requires the command to have a transaction object when the connection assigned to the command is in a pending local transaction. The Transaction property of the command has not been initialized.
An open reader is associated with this command. Close it before changing the {propertyName} property.
Stream does not support writing.
The size of a blob may not be changed by the SqliteBlob API. Use an UPDATE command instead.
For more information on this error code see http://sqlite.org/rescode.html
The CommandType '{commandType}' is invalid.
{propertyName} must be set.
Invalid attempt to call {operation} when reader is closed.
ConnectionString must be set before Open can be called.
An open reader is already associated with this command. Close it before opening a new one.
SqliteConnection does not support nested transactions.
The transaction object is not associated with the connection object.
This SqliteTransaction has completed; it is no longer usable.
CommandText must be set before {methodName} can be called.
No mapping exists from object type {typeName} to a known managed provider native type.