Classe EsentTooManyOpenIndexesException

Classe di base per JET_err. Eccezioni TooManyOpenIndexes.

Gerarchia di ereditarietà

System.Object
  Exception
    Microsoft.Isam.Esent.EsentException
      Microsoft.Isam.Esent.Interop.EsentErrorException
        Microsoft.Isam.Esent.Interop.EsentOperationException
          Microsoft.Isam.Esent.Interop.EsentResourceException
            Microsoft.Isam.Esent.Interop.EsentMemoryException
              Microsoft.Isam.Esent.Interop.EsentTooManyOpenIndexesException

Spazio dei nomi:Microsoft.Isam.Esent.Interop
Assemblea: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Sintassi

'Declaration
<SerializableAttribute> _
Public NotInheritable Class EsentTooManyOpenIndexesException _
    Inherits EsentMemoryException
'Usage
Dim instance As EsentTooManyOpenIndexesException
[SerializableAttribute]
public sealed class EsentTooManyOpenIndexesException : EsentMemoryException

Thread safety

I membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread-safe. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedi anche

Riferimento

Membri EsentTooManyOpenIndexesException

Spazio dei nomi Microsoft.Isam.Esent.Interop