Compartir a través de


SfcInvalidMoveException Constructor (String)

Initializes a new instance of the SfcInvalidMoveException class with the specified error message. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

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

Sintaxis

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

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

Parámetros

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

Vea también

Referencia

SfcInvalidMoveException Clase

Sobrecarga de SfcInvalidMoveException

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc