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
)
パラメーター
- exceptionMessage
型: System. . :: . .String
この例外のメッセージを示す String 値です。
- innerException
型: System. . :: . .Exception
この例外が発生する原因になった内部例外を格納した Exception オブジェクトです。