Classe InvalidPropertyUsageEnumeratorException
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
Microsoft.SqlServer.Management.Sdk.Sfc.InvalidPropertyUsageEnumeratorException
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public NotInheritable Class InvalidPropertyUsageEnumeratorException _
Inherits EnumeratorException
'Uso
Dim instance As InvalidPropertyUsageEnumeratorException
[SerializableAttribute]
public sealed class InvalidPropertyUsageEnumeratorException : EnumeratorException
[SerializableAttribute]
public ref class InvalidPropertyUsageEnumeratorException sealed : public EnumeratorException
[<SealedAttribute>]
[<SerializableAttribute>]
type InvalidPropertyUsageEnumeratorException =
class
inherit EnumeratorException
end
public final class InvalidPropertyUsageEnumeratorException extends EnumeratorException
O tipo InvalidPropertyUsageEnumeratorException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
InvalidPropertyUsageEnumeratorException() | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
InvalidPropertyUsageEnumeratorException(String) | Initializes a new instance of the InvalidPropertyUsageEnumeratorException class with the specified message. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
InvalidPropertyUsageEnumeratorException(String, Exception) | 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.) | |
GetBaseException | (Herdado de Exception.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectData | Segurança crítica. (Herdado de Exception.) | |
GetType | (Herdado de Exception.) | |
ToString | (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.