Condividi tramite


Costruttore ActionNotSupportedException (String)

Initializes an instance of the ActionNotSupportedException class with a message.

Spazio dei nomi  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    message As String _
)
'Utilizzo
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
)

Parametri

Osservazioni

The constructor initializes the object with the specified message.