共用方式為


ActionNotSupportedException 建構函式 (String)

Initializes an instance of the ActionNotSupportedException class with a message.

命名空間:  Microsoft.SqlServer.Management.Dac
組件:  Microsoft.SqlServer.Management.Dac (在 Microsoft.SqlServer.Management.Dac.dll 中)

語法

'宣告
Public Sub New ( _
    message As String _
)
'用途
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
)

參數

備註

The constructor initializes the object with the specified message.