Classe QueryNotSupportedEnumeratorException

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Gerarchia di ereditarietà

System.Object
  System.Exception
    Microsoft.SqlServer.Management.Common.SqlServerManagementException
      Microsoft.SqlServer.Management.Sdk.Sfc.EnumeratorException
        Microsoft.SqlServer.Management.Sdk.Sfc.QueryNotSupportedEnumeratorException

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public NotInheritable Class QueryNotSupportedEnumeratorException _
    Inherits EnumeratorException
'Utilizzo
Dim instance As QueryNotSupportedEnumeratorException
[SerializableAttribute]
public sealed class QueryNotSupportedEnumeratorException : EnumeratorException
[SerializableAttribute]
public ref class QueryNotSupportedEnumeratorException sealed : public EnumeratorException
[<SealedAttribute>]
[<SerializableAttribute>]
type QueryNotSupportedEnumeratorException =  
    class 
        inherit EnumeratorException 
    end
public final class QueryNotSupportedEnumeratorException extends EnumeratorException

Nel tipo QueryNotSupportedEnumeratorException sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico QueryNotSupportedEnumeratorException() Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Metodo pubblico QueryNotSupportedEnumeratorException(String) string <parameterReference>message</parameterReference>
Metodo pubblico QueryNotSupportedEnumeratorException(String, Exception) Initializes a new instance of the QueryNotSupportedEnumeratorException class with defined message and exception. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Data Ereditato da Exception.
Proprietà pubblica HelpLink Ereditato da Exception.
Proprietà pubblica HResult Ereditato da Exception.
Proprietà pubblica InnerException Ereditato da Exception.
Proprietà pubblica Message Ereditato da Exception.
Proprietà pubblica Source Ereditato da Exception.
Proprietà pubblica StackTrace Ereditato da Exception.
Proprietà pubblica TargetSite Ereditato da Exception.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetBaseException Ereditato da Exception.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetObjectData Criticità per la sicurezza. Ereditato da Exception.
Metodo pubblico GetType Ereditato da Exception.
Metodo pubblico ToString Ereditato da Exception.

In alto

Protezione dei thread

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

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc