Class BulkSessionAlreadyActiveException
Thrown by BeginBulkLoad(BulkLoadOptions) when a bulk session is already open. BulkLoad is exclusive in v1 — only one session per engine. Regular UnitOfWorks continue to run.
public class BulkSessionAlreadyActiveException : DurabilityException, ISerializable
- Inheritance
-
BulkSessionAlreadyActiveException
- Implements
- Inherited Members
Constructors
BulkSessionAlreadyActiveException(long)
Creates a new BulkSessionAlreadyActiveException identifying the active bulk session.
public BulkSessionAlreadyActiveException(long activeBulkSessionId)
Parameters
activeBulkSessionIdlong64-bit id of the bulk session that is currently open.
Properties
ActiveBulkSessionId
64-bit id of the bulk session that prevented this call from acquiring the gate.
public long ActiveBulkSessionId { get; }