Method EnsureOpen
EnsureOpen(Boolean)
Used internally to throw an
Declaration
protected void EnsureOpen(bool failIfDisposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | failIfDisposing | if |
EnsureOpen()
Used internally to throw an
closed=true
) or is in the process of
disposing (closing=true
).
Calls EnsureOpen(Boolean).
Declaration
protected void EnsureOpen()