Share via


DacExtractionException コンストラクター ()

Initializes a new instance of the DacExtractionException class that has the specified message text.

名前空間:  Microsoft.SqlServer.Management.Dac
アセンブリ:  Microsoft.SqlServer.Management.Dac (Microsoft.SqlServer.Management.Dac.dll)

構文

'宣言

Public Sub New ( _
    message As  _
)
'使用

Dim message As 

Dim instance As New DacExtractionException(message)
public DacExtractionException(
     message
)
public:
DacExtractionException(
    ^ message
)
new : 
        message: -> DacExtractionException
public function DacExtractionException(
    message : 
)

パラメーター

  • message
    型:
    A System.String value that specifies the message text describing the event that caused the exception.

関連項目

参照

DacExtractionException クラス

DacExtractionException オーバーロード

Microsoft.SqlServer.Management.Dac 名前空間