Classe SfcObjectNotFoundException
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.Metadata.SfcObjectNotFoundException
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class SfcObjectNotFoundException _
Inherits SfcException
'Utilizzo
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
Nel tipo SfcObjectNotFoundException sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
SfcObjectNotFoundException() | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
SfcObjectNotFoundException(String) | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
SfcObjectNotFoundException(SerializationInfo, StreamingContext) | Initializes a new instance of the SfcObjectNotFoundException class with serialized information. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di 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. 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 | Ereditato da Exception. | |
Source | Ereditato da Exception. | |
StackTrace | Ereditato da Exception. | |
TargetSite | Ereditato da Exception. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetBaseException | Ereditato da Exception. | |
GetHashCode | Ereditato da Object. | |
GetObjectData | Criticità per la sicurezza. Ereditato da Exception. | |
GetType | Ereditato da Exception. | |
MemberwiseClone | Ereditato da Object. | |
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
Eventi
Nome | Descrizione | |
---|---|---|
SerializeObjectState | 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.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc.Metadata