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

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

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

使用法

構文

'宣言
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public InstanceDoesNotExistException (
    string message,
    Exception innerException
)
public:
InstanceDoesNotExistException (
    String^ message, 
    Exception^ innerException
)
public InstanceDoesNotExistException (
    String message, 
    Exception innerException
)
public function InstanceDoesNotExistException (
    message : String, 
    innerException : Exception
)

パラメーター

  • message
    例外のメッセージです。
  • innerException
    指定された内部例外です。

プラットフォーム

開発プラットフォーム

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

対象プラットフォーム

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

関連項目

参照

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