次の方法で共有


MissingDacSchemaException コンストラクター ()

Initializes a new instance of the MissingDacSchemaException class with the specified inner exception.

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

構文

'宣言

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

Dim innerException As 

Dim instance As New MissingDacSchemaException(innerException)
public MissingDacSchemaException(
     innerException
)
public:
MissingDacSchemaException(
    ^ innerException
)
new : 
        innerException: -> MissingDacSchemaException
public function MissingDacSchemaException(
    innerException : 
)

パラメーター

  • innerException
    型:
    An System.Exception object that contains the inner exception. This is used when one exception causes another exception to be raised.

関連項目

参照

MissingDacSchemaException クラス

MissingDacSchemaException オーバーロード

Microsoft.SqlServer.Management.Dac 名前空間