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.