指定したエラー メッセージを使用して、DacServicesException クラスの新しいインスタンスを構築します。
名前空間: 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
エラーを説明するメッセージです。