Classe XPathException
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..::..XPathException
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 XPathException _
Inherits EnumeratorException
'Uso
Dim instance As XPathException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class XPathException : EnumeratorException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class XPathException : public EnumeratorException
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type XPathException =
class
inherit EnumeratorException
end
public class XPathException extends EnumeratorException
O tipo XPathException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
XPathException() () () () | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
XPathException(String) | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
XPathException(SerializationInfo, StreamingContext) | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
XPathException(String, Exception) | Initializes a new instance of the XPathException class with the specified message 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.) | |
ErrorCode | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
HelpLink | (Herdado de Exception.) | |
HResult | (Herdado de Exception.) | |
InnerException | (Herdado de Exception.) | |
Message | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Substitui Exception. . :: . .Message.) | |
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 | (Herdado de Exception.) | |
GetType | (Herdado de Exception.) | |
MemberwiseClone | (Herdado de Object.) | |
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.