Compartir a través de


DacServicesException Constructor (String)

Construct a new instance of the DacServicesException class with the specified error message.

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

Sintaxis

'Declaración
Public Sub New ( _
    message As String _
)
'Uso
Dim message As String 

Dim instance As New DacServicesException(message)
public DacServicesException(
    string message
)
public:
DacServicesException(
    String^ message
)
new : 
        message:string -> DacServicesException
public function DacServicesException(
    message : String
)

Parámetros

  • message
    Tipo: System.String
    The message that describes the error.

Vea también

Referencia

DacServicesException Clase

Sobrecarga de DacServicesException

Espacio de nombres Microsoft.SqlServer.Dac