Classe SfcDependencyException
The SfcDependencyException class represents an exception thrown by an SFC dependency operation fails.
Hierarquia de herança
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.Smo.SmoException
Microsoft.SqlServer.Management.Smo.SfcDependencyException
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public NotInheritable Class SfcDependencyException _
Inherits SmoException
'Uso
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
O tipo SfcDependencyException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
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ício
Propriedades
Nome | Descrição | |
---|---|---|
Data | (Herdado de Exception.) | |
HelpLink | Gets the Help link for further information from Microsoft about the SMO exception. (Herdado de SmoException.) | |
HResult | (Herdado de Exception.) | |
InnerException | (Herdado de Exception.) | |
Message | (Herdado de Exception.) | |
SmoExceptionType | Gets the type of SMO exception. (Substitui SmoException.SmoExceptionType.) | |
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. (Herdado de SmoException.) | |
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.