Classe SfcDependencyException
The SfcDependencyException class represents an exception thrown by an SFC dependency operation fails.
Gerarchia di ereditarietà
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.Smo.SmoException
Microsoft.SqlServer.Management.Smo.SfcDependencyException
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public NotInheritable Class SfcDependencyException _
Inherits SmoException
'Utilizzo
Dim instance As SfcDependencyException
[SerializableAttribute]
public sealed class SfcDependencyException : SmoException
[SerializableAttribute]
public ref class SfcDependencyException sealed : public SmoException
[<SealedAttribute>]
[<SerializableAttribute>]
type SfcDependencyException =
class
inherit SmoException
end
public final class SfcDependencyException extends SmoException
Nel tipo SfcDependencyException sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
SfcDependencyException() | Initializes a new, default instance of the SfcDependencyException class. | |
SfcDependencyException(String) | Initializes a new instance of the SfcDependencyException class with the specified error message. | |
SfcDependencyException(String, Exception) | Initializes a new instance of the SfcDependencyException class with the specified error message and inner exception. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Data | Ereditato da Exception. | |
HelpLink | Gets the Help link for further information from Microsoft about the SMO exception. Ereditato da SmoException. | |
HResult | Ereditato da Exception. | |
InnerException | Ereditato da Exception. | |
Message | Ereditato da Exception. | |
SmoExceptionType | Gets the type of SMO exception. Esegue l'override di SmoException.SmoExceptionType. | |
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. Ereditato da SmoException. | |
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.