次の方法で共有


MissingExtractServerPermissionsException コンストラクター (String, Exception)

指定された内部例外とメッセージを使用して、MissingExtractServerPermissionsException クラスの新しいインスタンスを初期化します。

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

構文

'宣言
Public Sub New ( _
    exceptionMessage As String, _
    innerException As Exception _
)
'使用
Dim exceptionMessage As String
Dim innerException As Exception

Dim instance As New MissingExtractServerPermissionsException(exceptionMessage, _
    innerException)
public MissingExtractServerPermissionsException(
    string exceptionMessage,
    Exception innerException
)
public:
MissingExtractServerPermissionsException(
    String^ exceptionMessage, 
    Exception^ innerException
)
new : 
        exceptionMessage:string * 
        innerException:Exception -> MissingExtractServerPermissionsException
public function MissingExtractServerPermissionsException(
    exceptionMessage : String, 
    innerException : Exception
)

パラメーター