Classe SfcObjectNotFoundException
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.SfcException
Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectNotFoundException
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class SfcObjectNotFoundException _
Inherits SfcException
'Uso
Dim instance As SfcObjectNotFoundException
[SerializableAttribute]
public class SfcObjectNotFoundException : SfcException
[SerializableAttribute]
public ref class SfcObjectNotFoundException : public SfcException
[<SerializableAttribute>]
type SfcObjectNotFoundException =
class
inherit SfcException
end
public class SfcObjectNotFoundException extends SfcException
O tipo SfcObjectNotFoundException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
SfcObjectNotFoundException() | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
SfcObjectNotFoundException(String) | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
SfcObjectNotFoundException(SerializationInfo, StreamingContext) | Initializes a new instance of the SfcObjectNotFoundException class with serialized information. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
SfcObjectNotFoundException(String, Exception) | Initializes a new instance of the SfcObjectNotFoundException class with a specified error message and a reference to the inner 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 | Gets a link to the help file associated with this exception. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcException.) | |
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.) | |
SetHelpContext | Sets the help context value for the referenced exception. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcException.) | |
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.