Class NpgsqlOperationInProgressException
- Namespace
- Npgsql
- Assembly
- Npgsql.dll
Thrown when trying to use a connection that is already busy performing some other operation. Provides information on the already-executing operation to help with debugging.
public sealed class NpgsqlOperationInProgressException : InvalidOperationException, ISerializable
- Inheritance
-
NpgsqlOperationInProgressException
- Implements
- Inherited Members
Properties
CommandInProgress
If the connection is busy with another command, this will contain a reference to that command. Otherwise, if the connection if busy with another type of operation (e.g. COPY), contains null.
public NpgsqlCommand CommandInProgress { get; }