Construtor ActionNotSupportedException (String)
Initializes an instance of the ActionNotSupportedException class with a message.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)
Sintaxe
'Declaração
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
- message
Tipo: System. . :: . .String
A String value with the message for this exception.
Comentários
The constructor initializes the object with the specified message.