Classe SfcInvalidKeyChainException
The exception that is thrown when a key chain is set on an object, but the parent of the object is different than the key chain parent. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Gerarchia di ereditarietà
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidKeyChainException
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public NotInheritable Class SfcInvalidKeyChainException _
Inherits SfcException
'Utilizzo
Dim instance As SfcInvalidKeyChainException
[SerializableAttribute]
public sealed class SfcInvalidKeyChainException : SfcException
[SerializableAttribute]
public ref class SfcInvalidKeyChainException sealed : public SfcException
[<SealedAttribute>]
[<SerializableAttribute>]
type SfcInvalidKeyChainException =
class
inherit SfcException
end
public final class SfcInvalidKeyChainException extends SfcException
Nel tipo SfcInvalidKeyChainException sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
SfcInvalidKeyChainException() | Initializes a new instance of the SfcInvalidKeyChainException class. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
SfcInvalidKeyChainException(Exception) | Initializes a new instance of the SfcInvalidKeyChainException class with the specified reference to the inner exception that is the cause of this exception. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
SfcInvalidKeyChainException(String) | Initializes a new instance of the SfcInvalidKeyChainException class with the specified error message. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
SfcInvalidKeyChainException(String, Exception) | Initializes a new instance of the SfcInvalidKeyChainException class with the specified error message and a reference to the inner exception that is the cause of this exception. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Data | Ereditato da Exception. | |
HelpLink | Gets a link to the help file associated with this exception. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcException. | |
HResult | Ereditato da Exception. | |
InnerException | Ereditato da Exception. | |
Message | Gets the error message. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di Exception.Message. | |
Source | Ereditato da Exception. | |
StackTrace | Ereditato da Exception. | |
TargetSite | Ereditato da Exception. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
GetBaseException | Ereditato da Exception. | |
GetHashCode | Ereditato da Object. | |
GetObjectData | Criticità per la sicurezza. Ereditato da Exception. | |
GetType | Ereditato da Exception. | |
SetHelpContext | Sets the help context value for the referenced exception. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcException. | |
ToString | Ereditato da Exception. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.