Compartir a través de


Clase SfcDependencyException

The SfcDependencyException class represents an exception thrown by an SFC dependency operation fails.

Jerarquía de herencia

System.Object
  System.Exception
    Microsoft.SqlServer.Management.Common.SqlServerManagementException
      Microsoft.SqlServer.Management.Smo.SmoException
        Microsoft.SqlServer.Management.Smo.SfcDependencyException

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<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

El tipo SfcDependencyException expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público SfcDependencyException() Initializes a new, default instance of the SfcDependencyException class.
Método público SfcDependencyException(String) Initializes a new instance of the SfcDependencyException class with the specified error message.
Método público SfcDependencyException(String, Exception) Initializes a new instance of the SfcDependencyException class with the specified error message and inner exception.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Data (Se hereda de Exception.)
Propiedad pública HelpLink Gets the Help link for further information from Microsoft about the SMO exception. (Se hereda de SmoException.)
Propiedad pública HResult (Se hereda de Exception.)
Propiedad pública InnerException (Se hereda de Exception.)
Propiedad pública Message (Se hereda de Exception.)
Propiedad pública SmoExceptionType Gets the type of SMO exception. (Invalida SmoException.SmoExceptionType.)
Propiedad pública Source (Se hereda de Exception.)
Propiedad pública StackTrace (Se hereda de Exception.)
Propiedad pública TargetSite (Se hereda de Exception.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetBaseException (Se hereda de Exception.)
Método público GetHashCode (Se hereda de Object.)
Método público GetObjectData Importante para la seguridad. (Se hereda de Exception.)
Método público GetType (Se hereda de Exception.)
Método protegido SetHelpContext Sets the Help context value for the referenced exception. (Se hereda de SmoException.)
Método público ToString (Se hereda de Exception.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Smo