DependentPlatformMissingException コンストラクタ ()とは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > DependentPlatformMissingException コンストラクタ ()の意味・解説 

DependentPlatformMissingException コンストラクタ ()

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

DependentPlatformMissingException クラス新しインスタンス初期化します。

名前空間: System.Deployment.Application
アセンブリ: System.Deployment (system.deployment.dll 内)
構文構文

Dim instance As New DependentPlatformMissingException
public DependentPlatformMissingException ()
public:
DependentPlatformMissingException ()
public DependentPlatformMissingException ()
public function DependentPlatformMissingException
 ()
プラットフォームプラットフォーム
バージョン情報バージョン情報

.NET Framework

サポート対象 : 2.0
参照参照

関連項目

DependentPlatformMissingException クラス
DependentPlatformMissingException メンバ
System.Deployment.Application 名前空間

DependentPlatformMissingException コンストラクタ (String)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

名前空間: System.Deployment.Application
アセンブリ: System.Deployment (system.deployment.dll 内)
構文構文

Dim message As String

Dim instance As New DependentPlatformMissingException(message)
public DependentPlatformMissingException (
    string message
)
public:
DependentPlatformMissingException (
    String^ message
)
public DependentPlatformMissingException (
    String message
)
public function DependentPlatformMissingException
 (
    message : String
)

パラメータ

message
プラットフォームプラットフォーム
バージョン情報バージョン情報

.NET Framework

サポート対象 : 2.0
参照参照

関連項目

DependentPlatformMissingException クラス
DependentPlatformMissingException メンバ
System.Deployment.Application 名前空間

DependentPlatformMissingException コンストラクタ (SerializationInfo, StreamingContext)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

名前空間: System.Deployment.Application
アセンブリ: System.Deployment (system.deployment.dll 内)
構文構文

Protected Sub New ( _
    serializationInfo As SerializationInfo, _
    streamingContext As StreamingContext _
)
Dim serializationInfo As SerializationInfo
Dim streamingContext As StreamingContext

Dim instance As New DependentPlatformMissingException(serializationInfo,
 streamingContext)
protected DependentPlatformMissingException (
    SerializationInfo serializationInfo,
    StreamingContext streamingContext
)
protected:
DependentPlatformMissingException (
    SerializationInfo^ serializationInfo, 
    StreamingContext streamingContext
)
protected DependentPlatformMissingException (
    SerializationInfo serializationInfo, 
    StreamingContext streamingContext
)
protected function DependentPlatformMissingException
 (
    serializationInfo : SerializationInfo, 
    streamingContext : StreamingContext
)

パラメータ

serializationInfo
streamingContext
プラットフォームプラットフォーム
バージョン情報バージョン情報

.NET Framework

サポート対象 : 2.0
参照参照

関連項目

DependentPlatformMissingException クラス
DependentPlatformMissingException メンバ
System.Deployment.Application 名前空間

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

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

名前空間: System.Deployment.Application
アセンブリ: System.Deployment (system.deployment.dll 内)
構文構文

Public Sub New ( _
    message As String, _
    innerException As Exception _
)
Dim message As String
Dim innerException As Exception

Dim instance As New DependentPlatformMissingException(message,
 innerException)
public DependentPlatformMissingException (
    string message,
    Exception innerException
)
public:
DependentPlatformMissingException (
    String^ message, 
    Exception^ innerException
)
public DependentPlatformMissingException (
    String message, 
    Exception innerException
)
public function DependentPlatformMissingException
 (
    message : String, 
    innerException : Exception
)

パラメータ

message
innerException
プラットフォームプラットフォーム
バージョン情報バージョン情報

.NET Framework

サポート対象 : 2.0
参照参照

関連項目

DependentPlatformMissingException クラス
DependentPlatformMissingException メンバ
System.Deployment.Application 名前空間

DependentPlatformMissingException コンストラクタ (String, Uri)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

例外新しインスタンス作成します

名前空間: System.Deployment.Application
アセンブリ: System.Deployment (system.deployment.dll 内)
構文構文

Public Sub New ( _
    message As String, _
    supportUrl As Uri _
)
Dim message As String
Dim supportUrl As Uri

Dim instance As New DependentPlatformMissingException(message,
 supportUrl)
public DependentPlatformMissingException (
    string message,
    Uri supportUrl
)
public:
DependentPlatformMissingException (
    String^ message, 
    Uri^ supportUrl
)
public DependentPlatformMissingException (
    String message, 
    Uri supportUrl
)
public function DependentPlatformMissingException
 (
    message : String, 
    supportUrl : Uri
)

パラメータ

message

例外メッセージ

supportUrl

製品サポート情報アクセスするための URL

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
DependentPlatformMissingException クラス
DependentPlatformMissingException メンバ
System.Deployment.Application 名前空間

DependentPlatformMissingException コンストラクタ


オーバーロードの一覧オーバーロードの一覧

名前 説明
DependentPlatformMissingException ()  
DependentPlatformMissingException (String)  
DependentPlatformMissingException (SerializationInfo, StreamingContext)  
DependentPlatformMissingException (String, Exception)  
DependentPlatformMissingException (String, Uri) 例外新しインスタンス作成します
参照参照

関連項目

DependentPlatformMissingException クラス
DependentPlatformMissingException メンバ
System.Deployment.Application 名前空間



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「DependentPlatformMissingException コンストラクタ ()」の関連用語

DependentPlatformMissingException コンストラクタ ()のお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



DependentPlatformMissingException コンストラクタ ()のページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.

©2024 GRAS Group, Inc.RSS