Partilhar via


Classe SfcInvalidXmlParentTypeException

The exception that is thrown during deserialization if a parent type is specified and it is not the correct type to parent the top-level objects contained in the XML. 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.SfcInvalidXmlParentTypeException

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 SfcInvalidXmlParentTypeException _
    Inherits SfcException
'Uso
Dim instance As SfcInvalidXmlParentTypeException
[SerializableAttribute]
public sealed class SfcInvalidXmlParentTypeException : SfcException
[SerializableAttribute]
public ref class SfcInvalidXmlParentTypeException sealed : public SfcException
[<SealedAttribute>]
[<SerializableAttribute>]
type SfcInvalidXmlParentTypeException =  
    class 
        inherit SfcException 
    end
public final class SfcInvalidXmlParentTypeException extends SfcException

O tipo SfcInvalidXmlParentTypeException expõe os membros a seguir.

Construtores

  Nome Descrição
Método público SfcInvalidXmlParentTypeException() Initializes a new instance of the SfcInvalidXmlParentTypeException class. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Método público SfcInvalidXmlParentTypeException(String) Initializes a new instance of the SfcInvalidXmlParentTypeException class with the specified error message. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Método público SfcInvalidXmlParentTypeException(String, Exception) Initializes a new instance of the SfcInvalidXmlParentTypeException class with the specified error message and a reference to the inner exception that is the cause of this exception. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Início

Propriedades

  Nome Descrição
Propriedade pública Data (Herdado de Exception.)
Propriedade pública 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.)
Propriedade pública HResult (Herdado de Exception.)
Propriedade pública InnerException (Herdado de Exception.)
Propriedade pública Message (Herdado de Exception.)
Propriedade pública Source (Herdado de Exception.)
Propriedade pública StackTrace (Herdado de Exception.)
Propriedade pública TargetSite (Herdado de Exception.)

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetBaseException (Herdado de Exception.)
Método público GetHashCode (Herdado de Object.)
Método público GetObjectData Segurança crítica. (Herdado de Exception.)
Método público GetType (Herdado de Exception.)
Método protegido 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.)
Método público 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.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Sdk.Sfc