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
)
매개 변수
- message
유형: System. . :: . .String
A String value with the message for this exception.
주의
The constructor initializes the object with the specified message.