6 references to SqlException
Microsoft.CodeAnalysis.Workspaces (6)
Storage\SQLite\v2\Interop\SqlConnection.cs (4)
211
public
SqlException
? RunInTransaction<TState>(Action<TState> action, TState state, bool throwOnSqlException)
225
/// <param name="throwOnSqlException">If a <see cref="
SqlException
"/> that happens during excution of <paramref
228
public (TResult? result,
SqlException
? exception) RunInTransaction<TState, TResult>(
245
catch (
SqlException
ex)
Storage\SQLite\v2\SQLitePersistentStorage.cs (2)
169
private void DisableStorage(
SqlException
exception)
175
public static KeyValueLogMessage GetLogMessage(
SqlException
exception)