HardTotals.ExtendedErrorNoRoom Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that you cannot write because a transaction is in progress, and there is insufficient free space to prepare for the transaction commit.
public const int ExtendedErrorNoRoom = 201;
val mutable ExtendedErrorNoRoom : int
Public Const ExtendedErrorNoRoom As Integer = 201