Compartir a través de


ActionNotSupportedException Constructor (String)

Initializes an instance of the ActionNotSupportedException class with a message.

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

Sintaxis

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

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

Parámetros

Comentarios

The constructor initializes the object with the specified message.