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

指定されたメッセージ、およびこの例外とエラー コードの原因となっている内部例外への参照を使用して SqlInstanceControlException クラスの新しいインスタンスを初期化します。

名前空間: Microsoft.ApplicationServer.StoreManagement.Sql.Control
アセンブリ: Microsoft.ApplicationServer.StoreManagement (microsoft.applicationserver.storemanagement.dll)

使用法

構文

'宣言
Public Sub New ( _
    message As String, _
    inner As Exception, _
    errorCode As String _
)
public SqlInstanceControlException (
    string message,
    Exception inner,
    string errorCode
)
public:
SqlInstanceControlException (
    String^ message, 
    Exception^ inner, 
    String^ errorCode
)
public SqlInstanceControlException (
    String message, 
    Exception inner, 
    String errorCode
)
public function SqlInstanceControlException (
    message : String, 
    inner : Exception, 
    errorCode : String
)

パラメーター

  • message
    例外の理由を説明するエラー メッセージです。
  • inner
    現在の例外の原因となっている例外です。
  • errorCode
    エラー コードです。

プラットフォーム

開発プラットフォーム

Visual Studio 2010 およびそれ以降, .NET Framework 4

対象プラットフォーム

Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2

関連項目

参照

SqlInstanceControlException クラス
SqlInstanceControlException メンバー
Microsoft.ApplicationServer.StoreManagement.Sql.Control 名前空間