DacServicesException 建構函式 (String)
Construct a new instance of the DacServicesException class with the specified error message.
命名空間: Microsoft.SqlServer.Dac
組件: Microsoft.SqlServer.Dac (在 Microsoft.SqlServer.Dac.dll 中)
語法
'宣告
Public Sub New ( _
message As String _
)
'用途
Dim message As String
Dim instance As New DacServicesException(message)
public DacServicesException(
string message
)
public:
DacServicesException(
String^ message
)
new :
message:string -> DacServicesException
public function DacServicesException(
message : String
)
參數
- message
型別:System.String
The message that describes the error.