Classe SfcInvalidStateException
The exception that is thrown when the requested operation is not valid for the object in its current state. 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.SfcInvalidStateException
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 SfcInvalidStateException _
Inherits SfcException
'Uso
Dim instance As SfcInvalidStateException
[SerializableAttribute]
public sealed class SfcInvalidStateException : SfcException
[SerializableAttribute]
public ref class SfcInvalidStateException sealed : public SfcException
[<SealedAttribute>]
[<SerializableAttribute>]
type SfcInvalidStateException =
class
inherit SfcException
end
public final class SfcInvalidStateException extends SfcException
O tipo SfcInvalidStateException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
SfcInvalidStateException() | Initializes a new instance of the SfcInvalidStateException class. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
SfcInvalidStateException(String) | Initializes a new instance of the SfcInvalidStateException class with the specified error message. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
SfcInvalidStateException(String, Exception) | Initializes a new instance of the SfcInvalidStateException 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 | |
---|---|---|
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.) | |
GetBaseException | (Herdado de Exception.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectData | Segurança crítica. (Herdado de Exception.) | |
GetType | (Herdado de Exception.) | |
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
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.