Compartir a través de


Clase DacServicesException

Exception thrown for DAC service errors.

Jerarquía de herencia

System.Object
  System.Exception
    Microsoft.SqlServer.Dac.DacServicesException

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

Sintaxis

'Declaración
<SerializableAttribute> _
Public NotInheritable Class DacServicesException _
    Inherits Exception
'Uso
Dim instance As DacServicesException
[SerializableAttribute]
public sealed class DacServicesException : Exception
[SerializableAttribute]
public ref class DacServicesException sealed : public Exception
[<SealedAttribute>]
[<SerializableAttribute>]
type DacServicesException =  
    class 
        inherit Exception 
    end
public final class DacServicesException extends Exception

El tipo DacServicesException expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público DacServicesException() Construct a new instance of the DacServicesException class.
Método público DacServicesException(String) Construct a new instance of the DacServicesException class with the specified error message.
Método público DacServicesException(String, Exception) Construct a new instance of the DacServicesException class with the specified error message and a reference to the inner exception that is the cause of this exception.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Data (Se hereda de Exception.)
Propiedad pública HelpLink (Se hereda de Exception.)
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 Messages Get collection of additional error, warning, and informational messages associated with this exception.
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 Write exception information to the supplied SerializationInfo object. (Invalida Exception.GetObjectData(SerializationInfo, StreamingContext).)
Método público GetType (Se hereda de Exception.)
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.Dac