Classe EnumeratorException
Base class for all enumeration exceptions. Represents an exception thrown during enumeration. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Hierarquia de herança
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.Sdk.Sfc.EnumeratorException
Mais...
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class EnumeratorException _
Inherits SqlServerManagementException
'Uso
Dim instance As EnumeratorException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class EnumeratorException : SqlServerManagementException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class EnumeratorException : public SqlServerManagementException
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type EnumeratorException =
class
inherit SqlServerManagementException
end
public class EnumeratorException extends SqlServerManagementException
O tipo EnumeratorException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
EnumeratorException() | Initializes a new instance of the EnumeratorException class. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
EnumeratorException(String) | Initializes a new instance of the EnumeratorException class. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
EnumeratorException(SerializationInfo, StreamingContext) | Initializes a new instance of the EnumeratorException class. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.. | |
EnumeratorException(String, Exception) | Initializes a new instance of the EnumeratorException class. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Data | (Herdado de Exception.) | |
HelpLink | (Herdado de Exception.) | |
HResult | (Herdado de Exception.) | |
InnerException | (Herdado de Exception.) | |
Message | (Herdado de Exception.) | |
Source | (Herdado de Exception.) | |
StackTrace | (Herdado de Exception.) | |
TargetSite | (Herdado de Exception.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetBaseException | (Herdado de Exception.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectData | Segurança crítica. (Herdado de Exception.) | |
GetType | (Herdado de Exception.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Exception.) |
Início
Eventos
Nome | Descrição | |
---|---|---|
SerializeObjectState | (Herdado de Exception.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Sdk.Sfc
Hierarquia de herança
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.Sdk.Sfc.EnumeratorException
Microsoft.SqlServer.Management.Sdk.Sfc.InternalEnumeratorException
Microsoft.SqlServer.Management.Sdk.Sfc.InvalidConfigurationFileEnumeratorException
Microsoft.SqlServer.Management.Sdk.Sfc.InvalidPropertyUsageEnumeratorException
Microsoft.SqlServer.Management.Sdk.Sfc.InvalidQueryExpressionEnumeratorException
Microsoft.SqlServer.Management.Sdk.Sfc.InvalidVersionEnumeratorException
Microsoft.SqlServer.Management.Sdk.Sfc.QueryNotSupportedEnumeratorException
Microsoft.SqlServer.Management.Sdk.Sfc.ResultTypeNotSupportedEnumeratorException
Microsoft.SqlServer.Management.Sdk.Sfc.UnknownPropertyEnumeratorException
Microsoft.SqlServer.Management.Sdk.Sfc.UnknownTypeEnumeratorException
Microsoft.SqlServer.Management.Sdk.Sfc.XPathException