Share via


DacExtractionException コンストラクター (, )

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

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

構文

'宣言

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

Dim message As 
Dim innerException As 

Dim instance As New DacExtractionException(message, _
    innerException)
public DacExtractionException(
     message,
     innerException
)
public:
DacExtractionException(
    ^ message, 
    ^ innerException
)
new : 
        message: * 
        innerException: -> DacExtractionException
public function DacExtractionException(
    message : , 
    innerException : 
)

パラメーター

  • message
    型:
    A System.String value that specifies the message text describing the event that caused the exception.
  • innerException
    型:
    An System.Exception object that contains the inner exception. This is used when one exception causes another exception to be raised.

関連項目

参照

DacExtractionException クラス

DacExtractionException オーバーロード

Microsoft.SqlServer.Management.Dac 名前空間